Html Css Color HEX #B3A928 Earls Green

📋 copy color: '#B3A928'

red 179 ◦ green 169 ◦ blue 40

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

Shades of Earls Green #B3A928

Tints of Earls Green #B3A928

RGB

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

 GREEN value IS 169 (66.41% from 255) = 43.56%

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

R = 46.13%
G = 43.56%
B = 10.31%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.78

 K value IS 0.30

RGB Variations

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

Color information

#B3A928 (or 0xB3A928) is known color: Earls Green. HEX triplet: B3, A9 and 28. RGB value is (179,169,40). Sum of RGB (Red+Green+Blue) = 179+169+40=388 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.13% from 388); Green value is 169 (66.41% from 255 or 43.56% from 388); Blue value is 40 (16.02% from 255 or 10.31% from 388); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A928 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3A928 is #4C56D7. Grayscale: #9D9D9D. Windows color (decimal): -5002968 or 2664883. OLE color: 2664883.

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

Color convert

RGB 179 169 40 -
CMYK 0 0.06 0.78 0.30
HSL 55.68º 0.63% 0.43% -
HSV(B) 55.68º 0.78% 0.7% -
XYZ 33.16 38.11 7.62 -
YUV 157.28 61.81 143.49 -
System Red Green Blue C M Y K H S L
Decimal 179 169 40 0 0.06 0.78 0.30 55.68 0.63 0.43
Hex B3 A9 28 0 6 4E 1E 38 3F 2B
Octal 263 251 50 0 6 116 36 70 77 53
Binary 10110011 10101001 101000 0 110 1001110 11110 111000 111111 101011

Color Harmonies of #B3A928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A928

Black with #B3A928

Text Example


Text Example

White with #B3A928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A928; }

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

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

background-color css

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

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

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

border-color css

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

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

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