Html Css Color HEX #B6C222 Rio Grande

📋 copy color: '#B6C222'

red 182 ◦ green 194 ◦ blue 34

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

Shades of Rio Grande #B6C222

Tints of Rio Grande #B6C222

RGB

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

 GREEN value IS 194 (76.17% from 255) = 47.32%

 BLUE value IS 34 (13.67% from 255) = 8.29%

R = 44.39%
G = 47.32%
B = 8.29%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#B6C222 (or 0xB6C222) is known color: Rio Grande. HEX triplet: B6, C2 and 22. RGB value is (182,194,34). Sum of RGB (Red+Green+Blue) = 182+194+34=410 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.39% from 410); Green value is 194 (76.17% from 255 or 47.32% from 410); Blue value is 34 (13.67% from 255 or 8.29% from 410); Max value from RGB is 194 - color contains mainly: green. Hex color #B6C222 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6C222 is #493DDD. Grayscale: #ACACAC. Windows color (decimal): -4799966 or 2278070. OLE color: 2278070.

HSL color Cylindrical-coordinate representation of color #B6C222: hue angle of 64.5º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B6C222 is Cyan = 0.06, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.24.

Color convert

RGB 182 194 34 -
CMYK 0.06 0 0.82 0.24
HSL 64.5º 0.7% 0.45% -
HSV(B) 64.5º 0.82% 0.76% -
XYZ 38.87 48.64 8.85 -
YUV 172.17 50.02 135.01 -
System Red Green Blue C M Y K H S L
Decimal 182 194 34 0.06 0 0.82 0.24 64.5 0.7 0.45
Hex B6 C2 22 6 0 52 18 40 46 2D
Octal 266 302 42 6 0 122 30 100 106 55
Binary 10110110 11000010 100010 110 0 1010010 11000 1000000 1000110 101101

Color Harmonies of #B6C222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6C222

Black with #B6C222

Text Example


Text Example

White with #B6C222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6C222; }

 p { color: rgb(182,194,34); }

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

background-color css

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

 a { background-color: rgb(182,194,34); }

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

border-color css

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

 span { border-color: rgb(182,194,34); }

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