Html Css Color HEX #B9D21A Rio Grande

📋 copy color: '#B9D21A'

red 185 ◦ green 210 ◦ blue 26

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

Shades of Rio Grande #B9D21A

Tints of Rio Grande #B9D21A

RGB

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

 GREEN value IS 210 (82.42% from 255) = 49.88%

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

R = 43.94%
G = 49.88%
B = 6.18%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#B9D21A (or 0xB9D21A) is known color: Rio Grande. HEX triplet: B9, D2 and 1A. RGB value is (185,210,26). Sum of RGB (Red+Green+Blue) = 185+210+26=421 (55% of max value = 765). Red value is 185 (72.66% from 255 or 43.94% from 421); Green value is 210 (82.42% from 255 or 49.88% from 421); Blue value is 26 (10.55% from 255 or 6.18% from 421); Max value from RGB is 210 - color contains mainly: green. Hex color #B9D21A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9D21A is #462DE5. Grayscale: #B6B6B6. Windows color (decimal): -4599270 or 1757881. OLE color: 1757881.

HSL color Cylindrical-coordinate representation of color #B9D21A: hue angle of 68.15º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B9D21A is Cyan = 0.12, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.18.

Color convert

RGB 185 210 26 -
CMYK 0.12 0 0.88 0.18
HSL 68.15º 0.78% 0.46% -
HSV(B) 68.15º 0.88% 0.82% -
XYZ 43.24 56.48 9.6 -
YUV 181.55 40.22 130.46 -
System Red Green Blue C M Y K H S L
Decimal 185 210 26 0.12 0 0.88 0.18 68.15 0.78 0.46
Hex B9 D2 1A C 0 58 12 44 4E 2E
Octal 271 322 32 14 0 130 22 104 116 56
Binary 10111001 11010010 11010 1100 0 1011000 10010 1000100 1001110 101110

Color Harmonies of #B9D21A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9D21A

Black with #B9D21A

Text Example


Text Example

White with #B9D21A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9D21A; }

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

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

background-color css

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

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

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

border-color css

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

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

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