Html Css Color HEX #B3A92D Earls Green

📋 copy color: '#B3A92D'

red 179 ◦ green 169 ◦ blue 45

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

Shades of Earls Green #B3A92D

Tints of Earls Green #B3A92D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 11.45%

R = 45.55%
G = 43%
B = 11.45%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.75

 K value IS 0.30

RGB Variations

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

Color information

#B3A92D (or 0xB3A92D) is known color: Earls Green. HEX triplet: B3, A9 and 2D. RGB value is (179,169,45). Sum of RGB (Red+Green+Blue) = 179+169+45=393 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.55% from 393); Green value is 169 (66.41% from 255 or 43.00% from 393); Blue value is 45 (17.97% from 255 or 11.45% from 393); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A92D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3A92D is #4C56D2. Grayscale: #9E9E9E. Windows color (decimal): -5002963 or 2992563. OLE color: 2992563.

HSL color Cylindrical-coordinate representation of color #B3A92D: hue angle of 55.52º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B3A92D is Cyan = 0, Magento = 0.06, Yellow = 0.75 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 169 45 -
CMYK 0 0.06 0.75 0.30
HSL 55.52º 0.6% 0.44% -
HSV(B) 55.52º 0.75% 0.7% -
XYZ 33.25 38.15 8.09 -
YUV 157.85 64.31 143.08 -
System Red Green Blue C M Y K H S L
Decimal 179 169 45 0 0.06 0.75 0.30 55.52 0.6 0.44
Hex B3 A9 2D 0 6 4B 1E 38 3C 2C
Octal 263 251 55 0 6 113 36 70 74 54
Binary 10110011 10101001 101101 0 110 1001011 11110 111000 111100 101100

Color Harmonies of #B3A92D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A92D

Black with #B3A92D

Text Example


Text Example

White with #B3A92D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A92D; }

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

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

background-color css

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

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

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

border-color css

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

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

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