Html Css Color HEX #B3A628 Earls Green

📋 copy color: '#B3A628'

red 179 ◦ green 166 ◦ blue 40

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

Shades of Earls Green #B3A628

Tints of Earls Green #B3A628

RGB

 RED value IS 179 (70.31% from 255) = 46.49%

 GREEN value IS 166 (65.23% from 255) = 43.12%

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

R = 46.49%
G = 43.12%
B = 10.39%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.78

 K value IS 0.30

RGB Variations

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

Color information

#B3A628 (or 0xB3A628) is known color: Earls Green. HEX triplet: B3, A6 and 28. RGB value is (179,166,40). Sum of RGB (Red+Green+Blue) = 179+166+40=385 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.49% from 385); Green value is 166 (65.23% from 255 or 43.12% from 385); Blue value is 40 (16.02% from 255 or 10.39% from 385); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A628 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3A628 is #4C59D7. Grayscale: #9C9C9C. Windows color (decimal): -5003736 or 2664115. OLE color: 2664115.

HSL color Cylindrical-coordinate representation of color #B3A628: hue angle of 54.39º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B3A628 is Cyan = 0, Magento = 0.07, Yellow = 0.78 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 166 40 -
CMYK 0 0.07 0.78 0.30
HSL 54.39º 0.63% 0.43% -
HSV(B) 54.39º 0.78% 0.7% -
XYZ 32.61 37.01 7.43 -
YUV 155.52 62.81 144.75 -
System Red Green Blue C M Y K H S L
Decimal 179 166 40 0 0.07 0.78 0.30 54.39 0.63 0.43
Hex B3 A6 28 0 7 4E 1E 36 3F 2B
Octal 263 246 50 0 7 116 36 66 77 53
Binary 10110011 10100110 101000 0 111 1001110 11110 110110 111111 101011

Color Harmonies of #B3A628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A628

Black with #B3A628

Text Example


Text Example

White with #B3A628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A628; }

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

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

background-color css

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

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

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

border-color css

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

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

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