Html Css Color HEX #B2D420 Rio Grande

📋 copy color: '#B2D420'

red 178 ◦ green 212 ◦ blue 32

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

Shades of Rio Grande #B2D420

Tints of Rio Grande #B2D420

RGB

 RED value IS 178 (69.92% from 255) = 42.18%

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

 BLUE value IS 32 (12.89% from 255) = 7.58%

R = 42.18%
G = 50.24%
B = 7.58%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.85

 K value IS 0.17

RGB Variations

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

Color information

#B2D420 (or 0xB2D420) is known color: Rio Grande. HEX triplet: B2, D4 and 20. RGB value is (178,212,32). Sum of RGB (Red+Green+Blue) = 178+212+32=422 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.18% from 422); Green value is 212 (83.20% from 255 or 50.24% from 422); Blue value is 32 (12.89% from 255 or 7.58% from 422); Max value from RGB is 212 - color contains mainly: green. Hex color #B2D420 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2D420 is #4D2BDF. Grayscale: #B6B6B6. Windows color (decimal): -5057504 or 2151602. OLE color: 2151602.

HSL color Cylindrical-coordinate representation of color #B2D420: hue angle of 71.33º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B2D420 is Cyan = 0.16, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.17.

Color convert

RGB 178 212 32 -
CMYK 0.16 0 0.85 0.17
HSL 71.33º 0.74% 0.48% -
HSV(B) 71.33º 0.85% 0.83% -
XYZ 42.16 56.66 10.08 -
YUV 181.31 43.74 125.64 -
System Red Green Blue C M Y K H S L
Decimal 178 212 32 0.16 0 0.85 0.17 71.33 0.74 0.48
Hex B2 D4 20 10 0 55 11 47 4A 30
Octal 262 324 40 20 0 125 21 107 112 60
Binary 10110010 11010100 100000 10000 0 1010101 10001 1000111 1001010 110000

Color Harmonies of #B2D420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D420

Black with #B2D420

Text Example


Text Example

White with #B2D420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D420; }

 p { color: rgb(178,212,32); }

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

background-color css

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

 a { background-color: rgb(178,212,32); }

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

border-color css

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

 span { border-color: rgb(178,212,32); }

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