Html Css Color HEX #B6B324 Earls Green

📋 copy color: '#B6B324'

red 182 ◦ green 179 ◦ blue 36

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

Shades of Earls Green #B6B324

Tints of Earls Green #B6B324

RGB

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

 GREEN value IS 179 (70.31% from 255) = 45.09%

 BLUE value IS 36 (14.45% from 255) = 9.07%

R = 45.84%
G = 45.09%
B = 9.07%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.80

 K value IS 0.29

RGB Variations

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

Color information

#B6B324 (or 0xB6B324) is known color: Earls Green. HEX triplet: B6, B3 and 24. RGB value is (182,179,36). Sum of RGB (Red+Green+Blue) = 182+179+36=397 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.84% from 397); Green value is 179 (70.31% from 255 or 45.09% from 397); Blue value is 36 (14.45% from 255 or 9.07% from 397); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B324 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6B324 is #494CDB. Grayscale: #A4A4A4. Windows color (decimal): -4803804 or 2405302. OLE color: 2405302.

HSL color Cylindrical-coordinate representation of color #B6B324: hue angle of 58.77º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B6B324 is Cyan = 0, Magento = 0.02, Yellow = 0.80 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 179 36 -
CMYK 0 0.02 0.80 0.29
HSL 58.77º 0.67% 0.43% -
HSV(B) 58.77º 0.8% 0.71% -
XYZ 35.73 42.31 7.95 -
YUV 163.6 55.99 141.13 -
System Red Green Blue C M Y K H S L
Decimal 182 179 36 0 0.02 0.80 0.29 58.77 0.67 0.43
Hex B6 B3 24 0 2 50 1D 3B 43 2B
Octal 266 263 44 0 2 120 35 73 103 53
Binary 10110110 10110011 100100 0 10 1010000 11101 111011 1000011 101011

Color Harmonies of #B6B324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6B324

Black with #B6B324

Text Example


Text Example

White with #B6B324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6B324; }

 p { color: rgb(182,179,36); }

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

background-color css

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

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

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

border-color css

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

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

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