Html Css Color HEX #B9D316 Rio Grande

📋 copy color: '#B9D316'

red 185 ◦ green 211 ◦ blue 22

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

Shades of Rio Grande #B9D316

Tints of Rio Grande #B9D316

RGB

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

 GREEN value IS 211 (82.81% from 255) = 50.48%

 BLUE value IS 22 (8.98% from 255) = 5.26%

R = 44.26%
G = 50.48%
B = 5.26%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.90

 K value IS 0.17

RGB Variations

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

Color information

#B9D316 (or 0xB9D316) is known color: Rio Grande. HEX triplet: B9, D3 and 16. RGB value is (185,211,22). Sum of RGB (Red+Green+Blue) = 185+211+22=418 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.26% from 418); Green value is 211 (82.81% from 255 or 50.48% from 418); Blue value is 22 (8.98% from 255 or 5.26% from 418); Max value from RGB is 211 - color contains mainly: green. Hex color #B9D316 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9D316 is #462CE9. Grayscale: #B6B6B6. Windows color (decimal): -4599018 or 1495993. OLE color: 1495993.

HSL color Cylindrical-coordinate representation of color #B9D316: hue angle of 68.25º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B9D316 is Cyan = 0.12, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.17.

Color convert

RGB 185 211 22 -
CMYK 0.12 0 0.90 0.17
HSL 68.25º 0.81% 0.46% -
HSV(B) 68.25º 0.9% 0.83% -
XYZ 43.45 56.96 9.46 -
YUV 181.68 37.89 130.37 -
System Red Green Blue C M Y K H S L
Decimal 185 211 22 0.12 0 0.90 0.17 68.25 0.81 0.46
Hex B9 D3 16 C 0 5A 11 44 51 2E
Octal 271 323 26 14 0 132 21 104 121 56
Binary 10111001 11010011 10110 1100 0 1011010 10001 1000100 1010001 101110

Color Harmonies of #B9D316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9D316

Black with #B9D316

Text Example


Text Example

White with #B9D316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9D316; }

 p { color: rgb(185,211,22); }

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

background-color css

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

 a { background-color: rgb(185,211,22); }

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

border-color css

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

 span { border-color: rgb(185,211,22); }

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