Html Css Color HEX #B6B328 Earls Green

📋 copy color: '#B6B328'

red 182 ◦ green 179 ◦ blue 40

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

Shades of Earls Green #B6B328

Tints of Earls Green #B6B328

RGB

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

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

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

R = 45.39%
G = 44.64%
B = 9.98%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#B6B328 (or 0xB6B328) is known color: Earls Green. HEX triplet: B6, B3 and 28. RGB value is (182,179,40). Sum of RGB (Red+Green+Blue) = 182+179+40=401 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.39% from 401); Green value is 179 (70.31% from 255 or 44.64% from 401); Blue value is 40 (16.02% from 255 or 9.98% from 401); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B328 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6B328 is #494CD7. Grayscale: #A4A4A4. Windows color (decimal): -4803800 or 2667446. OLE color: 2667446.

HSL color Cylindrical-coordinate representation of color #B6B328: hue angle of 58.73º 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 #B6B328 is Cyan = 0, Magento = 0.02, Yellow = 0.78 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 179 40 -
CMYK 0 0.02 0.78 0.29
HSL 58.73º 0.64% 0.44% -
HSV(B) 58.73º 0.78% 0.71% -
XYZ 35.79 42.34 8.29 -
YUV 164.05 57.99 140.8 -
System Red Green Blue C M Y K H S L
Decimal 182 179 40 0 0.02 0.78 0.29 58.73 0.64 0.44
Hex B6 B3 28 0 2 4E 1D 3B 40 2C
Octal 266 263 50 0 2 116 35 73 100 54
Binary 10110110 10110011 101000 0 10 1001110 11101 111011 1000000 101100

Color Harmonies of #B6B328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6B328

Black with #B6B328

Text Example


Text Example

White with #B6B328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6B328; }

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

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

background-color css

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

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

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

border-color css

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

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

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