Html Css Color HEX #B6B42A Earls Green

📋 copy color: '#B6B42A'

red 182 ◦ green 180 ◦ blue 42

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

Shades of Earls Green #B6B42A

Tints of Earls Green #B6B42A

RGB

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

 GREEN value IS 180 (70.7% from 255) = 44.55%

 BLUE value IS 42 (16.8% from 255) = 10.4%

R = 45.05%
G = 44.55%
B = 10.4%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B6B42A (or 0xB6B42A) is known color: Earls Green. HEX triplet: B6, B4 and 2A. RGB value is (182,180,42). Sum of RGB (Red+Green+Blue) = 182+180+42=404 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.05% from 404); Green value is 180 (70.70% from 255 or 44.55% from 404); Blue value is 42 (16.80% from 255 or 10.40% from 404); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B42A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6B42A is #494BD5. Grayscale: #A5A5A5. Windows color (decimal): -4803542 or 2798774. OLE color: 2798774.

HSL color Cylindrical-coordinate representation of color #B6B42A: hue angle of 59.14º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B6B42A is Cyan = 0, Magento = 0.01, Yellow = 0.77 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 180 42 -
CMYK 0 0.01 0.77 0.29
HSL 59.14º 0.63% 0.44% -
HSV(B) 59.14º 0.77% 0.71% -
XYZ 36.03 42.75 8.54 -
YUV 164.87 58.66 140.22 -
System Red Green Blue C M Y K H S L
Decimal 182 180 42 0 0.01 0.77 0.29 59.14 0.63 0.44
Hex B6 B4 2A 0 1 4D 1D 3B 3E 2C
Octal 266 264 52 0 1 115 35 73 76 54
Binary 10110110 10110100 101010 0 1 1001101 11101 111011 111110 101100

Color Harmonies of #B6B42A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6B42A

Black with #B6B42A

Text Example


Text Example

White with #B6B42A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6B42A; }

 p { color: rgb(182,180,42); }

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

background-color css

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

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

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

border-color css

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

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

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