Html Css Color HEX #B6B622 Earls Green

📋 copy color: '#B6B622'

red 182 ◦ green 182 ◦ blue 34

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

Shades of Earls Green #B6B622

Tints of Earls Green #B6B622

RGB

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

 GREEN value IS 182 (71.48% from 255) = 45.73%

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

R = 45.73%
G = 45.73%
B = 8.54%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.81

 K value IS 0.29

RGB Variations

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

Color information

#B6B622 (or 0xB6B622) is known color: Earls Green. HEX triplet: B6, B6 and 22. RGB value is (182,182,34). Sum of RGB (Red+Green+Blue) = 182+182+34=398 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.73% from 398); Green value is 182 (71.48% from 255 or 45.73% from 398); Blue value is 34 (13.67% from 255 or 8.54% from 398); Max value from RGB is 182 - color contains mainly: red, green. Hex color #B6B622 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6B622 is #4949DD. Grayscale: #A5A5A5. Windows color (decimal): -4803038 or 2274998. OLE color: 2274998.

HSL color Cylindrical-coordinate representation of color #B6B622: hue angle of 60º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B6B622 is Cyan = 0, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 182 34 -
CMYK 0 0 0.81 0.29
HSL 60º 0.69% 0.42% -
HSV(B) 60º 0.81% 0.71% -
XYZ 36.31 43.52 8 -
YUV 165.13 54 140.03 -
System Red Green Blue C M Y K H S L
Decimal 182 182 34 0 0 0.81 0.29 60 0.69 0.42
Hex B6 B6 22 0 0 51 1D 3C 45 2A
Octal 266 266 42 0 0 121 35 74 105 52
Binary 10110110 10110110 100010 0 0 1010001 11101 111100 1000101 101010

Color Harmonies of #B6B622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6B622

Black with #B6B622

Text Example


Text Example

White with #B6B622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6B622; }

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

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

background-color css

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

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

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

border-color css

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

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

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