Html Css Color HEX #B6B42D Earls Green

📋 copy color: '#B6B42D'

red 182 ◦ green 180 ◦ blue 45

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

Shades of Earls Green #B6B42D

Tints of Earls Green #B6B42D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 11.06%

R = 44.72%
G = 44.23%
B = 11.06%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.75

 K value IS 0.29

RGB Variations

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

Color information

#B6B42D (or 0xB6B42D) is known color: Earls Green. HEX triplet: B6, B4 and 2D. RGB value is (182,180,45). Sum of RGB (Red+Green+Blue) = 182+180+45=407 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.72% from 407); Green value is 180 (70.70% from 255 or 44.23% from 407); Blue value is 45 (17.97% from 255 or 11.06% from 407); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B42D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6B42D is #494BD2. Grayscale: #A5A5A5. Windows color (decimal): -4803539 or 2995382. OLE color: 2995382.

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

Color convert

RGB 182 180 45 -
CMYK 0 0.01 0.75 0.29
HSL 59.12º 0.6% 0.45% -
HSV(B) 59.12º 0.75% 0.71% -
XYZ 36.09 42.78 8.84 -
YUV 165.21 60.16 139.98 -
System Red Green Blue C M Y K H S L
Decimal 182 180 45 0 0.01 0.75 0.29 59.12 0.6 0.45
Hex B6 B4 2D 0 1 4B 1D 3B 3C 2D
Octal 266 264 55 0 1 113 35 73 74 55
Binary 10110110 10110100 101101 0 1 1001011 11101 111011 111100 101101

Color Harmonies of #B6B42D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6B42D

Black with #B6B42D

Text Example


Text Example

White with #B6B42D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6B42D; }

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

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

background-color css

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

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

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

border-color css

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

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

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