Html Css Color HEX #B6D022 Rio Grande

📋 copy color: '#B6D022'

red 182 ◦ green 208 ◦ blue 34

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

Shades of Rio Grande #B6D022

Tints of Rio Grande #B6D022

RGB

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

 GREEN value IS 208 (81.64% from 255) = 49.06%

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

R = 42.92%
G = 49.06%
B = 8.02%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#B6D022 (or 0xB6D022) is known color: Rio Grande. HEX triplet: B6, D0 and 22. RGB value is (182,208,34). Sum of RGB (Red+Green+Blue) = 182+208+34=424 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.92% from 424); Green value is 208 (81.64% from 255 or 49.06% from 424); Blue value is 34 (13.67% from 255 or 8.02% from 424); Max value from RGB is 208 - color contains mainly: green. Hex color #B6D022 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6D022 is #492FDD. Grayscale: #B5B5B5. Windows color (decimal): -4796382 or 2281654. OLE color: 2281654.

HSL color Cylindrical-coordinate representation of color #B6D022: hue angle of 68.97º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B6D022 is Cyan = 0.12, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.18.

Color convert

RGB 182 208 34 -
CMYK 0.12 0 0.84 0.18
HSL 68.97º 0.72% 0.47% -
HSV(B) 68.97º 0.84% 0.82% -
XYZ 42.14 55.17 9.94 -
YUV 180.39 45.39 129.15 -
System Red Green Blue C M Y K H S L
Decimal 182 208 34 0.12 0 0.84 0.18 68.97 0.72 0.47
Hex B6 D0 22 C 0 54 12 45 48 2F
Octal 266 320 42 14 0 124 22 105 110 57
Binary 10110110 11010000 100010 1100 0 1010100 10010 1000101 1001000 101111

Color Harmonies of #B6D022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6D022

Black with #B6D022

Text Example


Text Example

White with #B6D022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6D022; }

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

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

background-color css

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

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

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

border-color css

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

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

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