Html Css Color HEX #B2D217 Rio Grande

📋 copy color: '#B2D217'

red 178 ◦ green 210 ◦ blue 23

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

Shades of Rio Grande #B2D217

Tints of Rio Grande #B2D217

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 5.6%

R = 43.31%
G = 51.09%
B = 5.6%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#B2D217 (or 0xB2D217) is known color: Rio Grande. HEX triplet: B2, D2 and 17. RGB value is (178,210,23). Sum of RGB (Red+Green+Blue) = 178+210+23=411 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.31% from 411); Green value is 210 (82.42% from 255 or 51.09% from 411); Blue value is 23 (9.38% from 255 or 5.60% from 411); Max value from RGB is 210 - color contains mainly: green. Hex color #B2D217 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2D217 is #4D2DE8. Grayscale: #B3B3B3. Windows color (decimal): -5058025 or 1561266. OLE color: 1561266.

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

Color convert

RGB 178 210 23 -
CMYK 0.15 0 0.89 0.18
HSL 70.27º 0.8% 0.46% -
HSV(B) 70.27º 0.89% 0.82% -
XYZ 41.56 55.62 9.36 -
YUV 179.11 39.9 127.21 -
System Red Green Blue C M Y K H S L
Decimal 178 210 23 0.15 0 0.89 0.18 70.27 0.8 0.46
Hex B2 D2 17 F 0 59 12 46 50 2E
Octal 262 322 27 17 0 131 22 106 120 56
Binary 10110010 11010010 10111 1111 0 1011001 10010 1000110 1010000 101110

Color Harmonies of #B2D217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D217

Black with #B2D217

Text Example


Text Example

White with #B2D217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D217; }

 p { color: rgb(178,210,23); }

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

background-color css

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

 a { background-color: rgb(178,210,23); }

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

border-color css

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

 span { border-color: rgb(178,210,23); }

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