Html Css Color HEX #B9D41A Rio Grande

📋 copy color: '#B9D41A'

red 185 ◦ green 212 ◦ blue 26

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

Shades of Rio Grande #B9D41A

Tints of Rio Grande #B9D41A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.15%

R = 43.74%
G = 50.12%
B = 6.15%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.88

 K value IS 0.17

RGB Variations

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

Color information

#B9D41A (or 0xB9D41A) is known color: Rio Grande. HEX triplet: B9, D4 and 1A. RGB value is (185,212,26). Sum of RGB (Red+Green+Blue) = 185+212+26=423 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.74% from 423); Green value is 212 (83.20% from 255 or 50.12% from 423); Blue value is 26 (10.55% from 255 or 6.15% from 423); Max value from RGB is 212 - color contains mainly: green. Hex color #B9D41A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9D41A is #462BE5. Grayscale: #B7B7B7. Windows color (decimal): -4598758 or 1758393. OLE color: 1758393.

HSL color Cylindrical-coordinate representation of color #B9D41A: hue angle of 68.71º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B9D41A is Cyan = 0.13, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.17.

Color convert

RGB 185 212 26 -
CMYK 0.13 0 0.88 0.17
HSL 68.71º 0.78% 0.47% -
HSV(B) 68.71º 0.88% 0.83% -
XYZ 43.74 57.48 9.77 -
YUV 182.72 39.55 129.62 -
System Red Green Blue C M Y K H S L
Decimal 185 212 26 0.13 0 0.88 0.17 68.71 0.78 0.47
Hex B9 D4 1A D 0 58 11 45 4E 2F
Octal 271 324 32 15 0 130 21 105 116 57
Binary 10111001 11010100 11010 1101 0 1011000 10001 1000101 1001110 101111

Color Harmonies of #B9D41A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9D41A

Black with #B9D41A

Text Example


Text Example

White with #B9D41A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9D41A; }

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

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

background-color css

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

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

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

border-color css

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

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

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