Html Css Color HEX #B9D415 Rio Grande

📋 copy color: '#B9D415'

red 185 ◦ green 212 ◦ blue 21

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

Shades of Rio Grande #B9D415

Tints of Rio Grande #B9D415

RGB

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

 GREEN value IS 212 (83.2% from 255) = 50.72%

 BLUE value IS 21 (8.59% from 255) = 5.02%

R = 44.26%
G = 50.72%
B = 5.02%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.90

 K value IS 0.17

RGB Variations

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

Color information

#B9D415 (or 0xB9D415) is known color: Rio Grande. HEX triplet: B9, D4 and 15. RGB value is (185,212,21). Sum of RGB (Red+Green+Blue) = 185+212+21=418 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.26% from 418); Green value is 212 (83.20% from 255 or 50.72% from 418); Blue value is 21 (8.59% from 255 or 5.02% from 418); Max value from RGB is 212 - color contains mainly: green. Hex color #B9D415 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9D415 is #462BEA. Grayscale: #B6B6B6. Windows color (decimal): -4598763 or 1430713. OLE color: 1430713.

HSL color Cylindrical-coordinate representation of color #B9D415: hue angle of 68.48º degrees, saturation: 0.82, 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 #B9D415 is Cyan = 0.13, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.17.

Color convert

RGB 185 212 21 -
CMYK 0.13 0 0.90 0.17
HSL 68.48º 0.82% 0.46% -
HSV(B) 68.48º 0.9% 0.83% -
XYZ 43.69 57.46 9.5 -
YUV 182.15 37.05 130.03 -
System Red Green Blue C M Y K H S L
Decimal 185 212 21 0.13 0 0.90 0.17 68.48 0.82 0.46
Hex B9 D4 15 D 0 5A 11 44 52 2E
Octal 271 324 25 15 0 132 21 104 122 56
Binary 10111001 11010100 10101 1101 0 1011010 10001 1000100 1010010 101110

Color Harmonies of #B9D415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9D415

Black with #B9D415

Text Example


Text Example

White with #B9D415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9D415; }

 p { color: rgb(185,212,21); }

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

background-color css

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

 a { background-color: rgb(185,212,21); }

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

border-color css

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

 span { border-color: rgb(185,212,21); }

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