Html Css Color HEX #B9C414 Rio Grande

📋 copy color: '#B9C414'

red 185 ◦ green 196 ◦ blue 20

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

Shades of Rio Grande #B9C414

Tints of Rio Grande #B9C414

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.99%

R = 46.13%
G = 48.88%
B = 4.99%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#B9C414 (or 0xB9C414) is known color: Rio Grande. HEX triplet: B9, C4 and 14. RGB value is (185,196,20). Sum of RGB (Red+Green+Blue) = 185+196+20=401 (53% of max value = 765). Red value is 185 (72.66% from 255 or 46.13% from 401); Green value is 196 (76.95% from 255 or 48.88% from 401); Blue value is 20 (8.20% from 255 or 4.99% from 401); Max value from RGB is 196 - color contains mainly: green. Hex color #B9C414 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9C414 is #463BEB. Grayscale: #ADADAD. Windows color (decimal): -4602860 or 1361081. OLE color: 1361081.

HSL color Cylindrical-coordinate representation of color #B9C414: hue angle of 63.75º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B9C414 is Cyan = 0.06, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.23.

Color convert

RGB 185 196 20 -
CMYK 0.06 0 0.90 0.23
HSL 63.75º 0.81% 0.42% -
HSV(B) 63.75º 0.9% 0.77% -
XYZ 39.87 49.84 8.18 -
YUV 172.65 41.86 136.81 -
System Red Green Blue C M Y K H S L
Decimal 185 196 20 0.06 0 0.90 0.23 63.75 0.81 0.42
Hex B9 C4 14 6 0 5A 17 40 51 2A
Octal 271 304 24 6 0 132 27 100 121 52
Binary 10111001 11000100 10100 110 0 1011010 10111 1000000 1010001 101010

Color Harmonies of #B9C414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C414

Black with #B9C414

Text Example


Text Example

White with #B9C414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C414; }

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

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

background-color css

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

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

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

border-color css

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

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

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