Html Css Color HEX #B6B628 Earls Green

📋 copy color: '#B6B628'

red 182 ◦ green 182 ◦ blue 40

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

Shades of Earls Green #B6B628

Tints of Earls Green #B6B628

RGB

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

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

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

R = 45.05%
G = 45.05%
B = 9.9%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#B6B628 (or 0xB6B628) is known color: Earls Green. HEX triplet: B6, B6 and 28. RGB value is (182,182,40). Sum of RGB (Red+Green+Blue) = 182+182+40=404 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.05% from 404); Green value is 182 (71.48% from 255 or 45.05% from 404); Blue value is 40 (16.02% from 255 or 9.90% from 404); Max value from RGB is 182 - color contains mainly: red, green. Hex color #B6B628 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6B628 is #4949D7. Grayscale: #A6A6A6. Windows color (decimal): -4803032 or 2668214. OLE color: 2668214.

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

Color convert

RGB 182 182 40 -
CMYK 0 0 0.78 0.29
HSL 60º 0.64% 0.44% -
HSV(B) 60º 0.78% 0.71% -
XYZ 36.4 43.55 8.5 -
YUV 165.81 57 139.55 -
System Red Green Blue C M Y K H S L
Decimal 182 182 40 0 0 0.78 0.29 60 0.64 0.44
Hex B6 B6 28 0 0 4E 1D 3C 40 2C
Octal 266 266 50 0 0 116 35 74 100 54
Binary 10110110 10110110 101000 0 0 1001110 11101 111100 1000000 101100

Color Harmonies of #B6B628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6B628

Black with #B6B628

Text Example


Text Example

White with #B6B628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6B628; }

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

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

background-color css

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

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

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

border-color css

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

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

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