Html Css Color HEX #B1C015 Rio Grande

📋 copy color: '#B1C015'

red 177 ◦ green 192 ◦ blue 21

#B1C015
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rio Grande #B1C015

Tints of Rio Grande #B1C015

RGB

 RED value IS 177 (69.53% from 255) = 45.38%

 GREEN value IS 192 (75.39% from 255) = 49.23%

 BLUE value IS 21 (8.59% from 255) = 5.38%

R = 45.38%
G = 49.23%
B = 5.38%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.89

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B1C015 (or 0xB1C015) is known color: Rio Grande. HEX triplet: B1, C0 and 15. RGB value is (177,192,21). Sum of RGB (Red+Green+Blue) = 177+192+21=390 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.38% from 390); Green value is 192 (75.39% from 255 or 49.23% from 390); Blue value is 21 (8.59% from 255 or 5.38% from 390); Max value from RGB is 192 - color contains mainly: green. Hex color #B1C015 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1C015 is #4E3FEA. Grayscale: #A8A8A8. Windows color (decimal): -5128171 or 1425585. OLE color: 1425585.

HSL color Cylindrical-coordinate representation of color #B1C015: hue angle of 65.26º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B1C015 is Cyan = 0.08, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.25.

Color convert

RGB 177 192 21 -
CMYK 0.08 0 0.89 0.25
HSL 65.26º 0.8% 0.42% -
HSV(B) 65.26º 0.89% 0.75% -
XYZ 37.12 47.1 7.84 -
YUV 168.02 45.03 134.4 -
System Red Green Blue C M Y K H S L
Decimal 177 192 21 0.08 0 0.89 0.25 65.26 0.8 0.42
Hex B1 C0 15 8 0 59 19 41 50 2A
Octal 261 300 25 10 0 131 31 101 120 52
Binary 10110001 11000000 10101 1000 0 1011001 11001 1000001 1010000 101010

Color Harmonies of #B1C015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C015

Black with #B1C015

Text Example


Text Example

White with #B1C015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C015; }

 p { color: rgb(177,192,21); }

 H1.HeaderClassName
 {
   color: #B1C015;
 }
 .AnyTagClassName
 {
   color: #B1C015;
 }
</style>

background-color css

<style>
 a { background-color: #B1C015; }

 a { background-color: rgb(177,192,21); }

 div.DivClassName
 {
   background-color: #B1C015;
 }
 .BgClassName
 {
   background-color: #B1C015;
 }
</style>

border-color css

<style>
 span { border-color: #B1C015; }

 span { border-color: rgb(177,192,21); }

 td.TdClassName
 {
   border-color: #B1C015;
 }
 .TagClassName
 {
   border-color: #B1C015;
 }
</style>