Html Css Color HEX #B4D210 Rio Grande

📋 copy color: '#B4D210'

red 180 ◦ green 210 ◦ blue 16

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

Shades of Rio Grande #B4D210

Tints of Rio Grande #B4D210

RGB

 RED value IS 180 (70.7% from 255) = 44.33%

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

 BLUE value IS 16 (6.64% from 255) = 3.94%

R = 44.33%
G = 51.72%
B = 3.94%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#B4D210 (or 0xB4D210) is known color: Rio Grande. HEX triplet: B4, D2 and 10. RGB value is (180,210,16). Sum of RGB (Red+Green+Blue) = 180+210+16=406 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.33% from 406); Green value is 210 (82.42% from 255 or 51.72% from 406); Blue value is 16 (6.64% from 255 or 3.94% from 406); Max value from RGB is 210 - color contains mainly: green. Hex color #B4D210 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B4D210 is #4B2DEF. Grayscale: #B3B3B3. Windows color (decimal): -4926960 or 1102516. OLE color: 1102516.

HSL color Cylindrical-coordinate representation of color #B4D210: hue angle of 69.28º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B4D210 is Cyan = 0.14, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.18.

Color convert

RGB 180 210 16 -
CMYK 0.14 0 0.92 0.18
HSL 69.28º 0.86% 0.44% -
HSV(B) 69.28º 0.92% 0.82% -
XYZ 41.96 55.83 9.06 -
YUV 178.91 36.06 128.77 -
System Red Green Blue C M Y K H S L
Decimal 180 210 16 0.14 0 0.92 0.18 69.28 0.86 0.44
Hex B4 D2 10 E 0 5C 12 45 56 2C
Octal 264 322 20 16 0 134 22 105 126 54
Binary 10110100 11010010 10000 1110 0 1011100 10010 1000101 1010110 101100

Color Harmonies of #B4D210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4D210

Black with #B4D210

Text Example


Text Example

White with #B4D210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4D210; }

 p { color: rgb(180,210,16); }

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

background-color css

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

 a { background-color: rgb(180,210,16); }

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

border-color css

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

 span { border-color: rgb(180,210,16); }

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