Html Css Color HEX #B6D223 Rio Grande

📋 copy color: '#B6D223'

red 182 ◦ green 210 ◦ blue 35

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

Shades of Rio Grande #B6D223

Tints of Rio Grande #B6D223

RGB

 RED value IS 182 (71.48% from 255) = 42.62%

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

 BLUE value IS 35 (14.06% from 255) = 8.2%

R = 42.62%
G = 49.18%
B = 8.2%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#B6D223 (or 0xB6D223) is known color: Rio Grande. HEX triplet: B6, D2 and 23. RGB value is (182,210,35). Sum of RGB (Red+Green+Blue) = 182+210+35=427 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.62% from 427); Green value is 210 (82.42% from 255 or 49.18% from 427); Blue value is 35 (14.06% from 255 or 8.20% from 427); Max value from RGB is 210 - color contains mainly: green. Hex color #B6D223 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6D223 is #492DDC. Grayscale: #B6B6B6. Windows color (decimal): -4795869 or 2347702. OLE color: 2347702.

HSL color Cylindrical-coordinate representation of color #B6D223: hue angle of 69.6º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B6D223 is Cyan = 0.13, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.18.

Color convert

RGB 182 210 35 -
CMYK 0.13 0 0.83 0.18
HSL 69.6º 0.71% 0.48% -
HSV(B) 69.6º 0.83% 0.82% -
XYZ 42.64 56.16 10.18 -
YUV 181.68 45.22 128.23 -
System Red Green Blue C M Y K H S L
Decimal 182 210 35 0.13 0 0.83 0.18 69.6 0.71 0.48
Hex B6 D2 23 D 0 53 12 46 47 30
Octal 266 322 43 15 0 123 22 106 107 60
Binary 10110110 11010010 100011 1101 0 1010011 10010 1000110 1000111 110000

Color Harmonies of #B6D223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6D223

Black with #B6D223

Text Example


Text Example

White with #B6D223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6D223; }

 p { color: rgb(182,210,35); }

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

background-color css

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

 a { background-color: rgb(182,210,35); }

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

border-color css

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

 span { border-color: rgb(182,210,35); }

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