Html Css Color HEX #B6B528 Earls Green

📋 copy color: '#B6B528'

red 182 ◦ green 181 ◦ blue 40

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

Shades of Earls Green #B6B528

Tints of Earls Green #B6B528

RGB

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

 GREEN value IS 181 (71.09% from 255) = 44.91%

 BLUE value IS 40 (16.02% from 255) = 9.93%

R = 45.16%
G = 44.91%
B = 9.93%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#B6B528 (or 0xB6B528) is known color: Earls Green. HEX triplet: B6, B5 and 28. RGB value is (182,181,40). Sum of RGB (Red+Green+Blue) = 182+181+40=403 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.16% from 403); Green value is 181 (71.09% from 255 or 44.91% from 403); Blue value is 40 (16.02% from 255 or 9.93% from 403); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B528 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6B528 is #494AD7. Grayscale: #A5A5A5. Windows color (decimal): -4803288 or 2667958. OLE color: 2667958.

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

Color convert

RGB 182 181 40 -
CMYK 0 0.01 0.78 0.29
HSL 59.58º 0.64% 0.44% -
HSV(B) 59.58º 0.78% 0.71% -
XYZ 36.2 43.15 8.43 -
YUV 165.23 57.33 139.96 -
System Red Green Blue C M Y K H S L
Decimal 182 181 40 0 0.01 0.78 0.29 59.58 0.64 0.44
Hex B6 B5 28 0 1 4E 1D 3C 40 2C
Octal 266 265 50 0 1 116 35 74 100 54
Binary 10110110 10110101 101000 0 1 1001110 11101 111100 1000000 101100

Color Harmonies of #B6B528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6B528

Black with #B6B528

Text Example


Text Example

White with #B6B528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6B528; }

 p { color: rgb(182,181,40); }

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

background-color css

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

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

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

border-color css

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

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

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