Html Css Color HEX #B9C01C Rio Grande

📋 copy color: '#B9C01C'

red 185 ◦ green 192 ◦ blue 28

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

Shades of Rio Grande #B9C01C

Tints of Rio Grande #B9C01C

RGB

 RED value IS 185 (72.66% from 255) = 45.68%

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

 BLUE value IS 28 (11.33% from 255) = 6.91%

R = 45.68%
G = 47.41%
B = 6.91%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#B9C01C (or 0xB9C01C) is known color: Rio Grande. HEX triplet: B9, C0 and 1C. RGB value is (185,192,28). Sum of RGB (Red+Green+Blue) = 185+192+28=405 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.68% from 405); Green value is 192 (75.39% from 255 or 47.41% from 405); Blue value is 28 (11.33% from 255 or 6.91% from 405); Max value from RGB is 192 - color contains mainly: green. Hex color #B9C01C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9C01C is #463FE3. Grayscale: #ABABAB. Windows color (decimal): -4603876 or 1884345. OLE color: 1884345.

HSL color Cylindrical-coordinate representation of color #B9C01C: hue angle of 62.56º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B9C01C is Cyan = 0.04, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.25.

Color convert

RGB 185 192 28 -
CMYK 0.04 0 0.85 0.25
HSL 62.56º 0.75% 0.43% -
HSV(B) 62.56º 0.85% 0.75% -
XYZ 39.07 48.1 8.32 -
YUV 171.21 47.18 137.84 -
System Red Green Blue C M Y K H S L
Decimal 185 192 28 0.04 0 0.85 0.25 62.56 0.75 0.43
Hex B9 C0 1C 4 0 55 19 3F 4B 2B
Octal 271 300 34 4 0 125 31 77 113 53
Binary 10111001 11000000 11100 100 0 1010101 11001 111111 1001011 101011

Color Harmonies of #B9C01C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C01C

Black with #B9C01C

Text Example


Text Example

White with #B9C01C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C01C; }

 p { color: rgb(185,192,28); }

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

background-color css

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

 a { background-color: rgb(185,192,28); }

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

border-color css

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

 span { border-color: rgb(185,192,28); }

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