Html Css Color HEX #B9C41D Rio Grande

📋 copy color: '#B9C41D'

red 185 ◦ green 196 ◦ blue 29

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

Shades of Rio Grande #B9C41D

Tints of Rio Grande #B9C41D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.07%

R = 45.12%
G = 47.8%
B = 7.07%

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

#B9C41D (or 0xB9C41D) is known color: Rio Grande. HEX triplet: B9, C4 and 1D. RGB value is (185,196,29). Sum of RGB (Red+Green+Blue) = 185+196+29=410 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.12% from 410); Green value is 196 (76.95% from 255 or 47.80% from 410); Blue value is 29 (11.72% from 255 or 7.07% from 410); Max value from RGB is 196 - color contains mainly: green. Hex color #B9C41D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9C41D is #463BE2. Grayscale: #AEAEAE. Windows color (decimal): -4602851 or 1950905. OLE color: 1950905.

HSL color Cylindrical-coordinate representation of color #B9C41D: hue angle of 63.95º degrees, saturation: 0.74, 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 #B9C41D is Cyan = 0.06, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.23.

Color convert

RGB 185 196 29 -
CMYK 0.06 0 0.85 0.23
HSL 63.95º 0.74% 0.44% -
HSV(B) 63.95º 0.85% 0.77% -
XYZ 39.97 49.88 8.68 -
YUV 173.67 46.36 136.08 -
System Red Green Blue C M Y K H S L
Decimal 185 196 29 0.06 0 0.85 0.23 63.95 0.74 0.44
Hex B9 C4 1D 6 0 55 17 40 4A 2C
Octal 271 304 35 6 0 125 27 100 112 54
Binary 10111001 11000100 11101 110 0 1010101 10111 1000000 1001010 101100

Color Harmonies of #B9C41D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C41D

Black with #B9C41D

Text Example


Text Example

White with #B9C41D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C41D; }

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

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

background-color css

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

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

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

border-color css

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

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

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