Html Css Color HEX #B9C41E Rio Grande

📋 copy color: '#B9C41E'

red 185 ◦ green 196 ◦ blue 30

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

Shades of Rio Grande #B9C41E

Tints of Rio Grande #B9C41E

RGB

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

 GREEN value IS 196 (76.95% from 255) = 47.69%

 BLUE value IS 30 (12.11% from 255) = 7.3%

R = 45.01%
G = 47.69%
B = 7.3%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#B9C41E (or 0xB9C41E) is known color: Rio Grande. HEX triplet: B9, C4 and 1E. RGB value is (185,196,30). Sum of RGB (Red+Green+Blue) = 185+196+30=411 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.01% from 411); Green value is 196 (76.95% from 255 or 47.69% from 411); Blue value is 30 (12.11% from 255 or 7.30% from 411); Max value from RGB is 196 - color contains mainly: green. Hex color #B9C41E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9C41E is #463BE1. Grayscale: #AEAEAE. Windows color (decimal): -4602850 or 2016441. OLE color: 2016441.

HSL color Cylindrical-coordinate representation of color #B9C41E: hue angle of 63.98º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B9C41E is Cyan = 0.06, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.23.

Color convert

RGB 185 196 30 -
CMYK 0.06 0 0.85 0.23
HSL 63.98º 0.73% 0.44% -
HSV(B) 63.98º 0.85% 0.77% -
XYZ 39.98 49.89 8.75 -
YUV 173.79 46.86 136 -
System Red Green Blue C M Y K H S L
Decimal 185 196 30 0.06 0 0.85 0.23 63.98 0.73 0.44
Hex B9 C4 1E 6 0 55 17 40 49 2C
Octal 271 304 36 6 0 125 27 100 111 54
Binary 10111001 11000100 11110 110 0 1010101 10111 1000000 1001001 101100

Color Harmonies of #B9C41E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C41E

Black with #B9C41E

Text Example


Text Example

White with #B9C41E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C41E; }

 p { color: rgb(185,196,30); }

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

background-color css

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

 a { background-color: rgb(185,196,30); }

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

border-color css

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

 span { border-color: rgb(185,196,30); }

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