Html Css Color HEX #B1BF18 Rio Grande

📋 copy color: '#B1BF18'

red 177 ◦ green 191 ◦ blue 24

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

Shades of Rio Grande #B1BF18

Tints of Rio Grande #B1BF18

RGB

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

 GREEN value IS 191 (75% from 255) = 48.72%

 BLUE value IS 24 (9.77% from 255) = 6.12%

R = 45.15%
G = 48.72%
B = 6.12%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#B1BF18 (or 0xB1BF18) is known color: Rio Grande. HEX triplet: B1, BF and 18. RGB value is (177,191,24). Sum of RGB (Red+Green+Blue) = 177+191+24=392 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.15% from 392); Green value is 191 (75% from 255 or 48.72% from 392); Blue value is 24 (9.77% from 255 or 6.12% from 392); Max value from RGB is 191 - color contains mainly: green. Hex color #B1BF18 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1BF18 is #4E40E7. Grayscale: #A8A8A8. Windows color (decimal): -5128424 or 1621937. OLE color: 1621937.

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

Color convert

RGB 177 191 24 -
CMYK 0.07 0 0.87 0.25
HSL 65.03º 0.78% 0.42% -
HSV(B) 65.03º 0.87% 0.75% -
XYZ 36.93 46.67 7.93 -
YUV 167.78 46.86 134.58 -
System Red Green Blue C M Y K H S L
Decimal 177 191 24 0.07 0 0.87 0.25 65.03 0.78 0.42
Hex B1 BF 18 7 0 57 19 41 4E 2A
Octal 261 277 30 7 0 127 31 101 116 52
Binary 10110001 10111111 11000 111 0 1010111 11001 1000001 1001110 101010

Color Harmonies of #B1BF18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1BF18

Black with #B1BF18

Text Example


Text Example

White with #B1BF18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1BF18; }

 p { color: rgb(177,191,24); }

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

background-color css

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

 a { background-color: rgb(177,191,24); }

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

border-color css

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

 span { border-color: rgb(177,191,24); }

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