Html Css Color HEX #B3A725 Earls Green

📋 copy color: '#B3A725'

red 179 ◦ green 167 ◦ blue 37

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

Shades of Earls Green #B3A725

Tints of Earls Green #B3A725

RGB

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

 GREEN value IS 167 (65.63% from 255) = 43.6%

 BLUE value IS 37 (14.84% from 255) = 9.66%

R = 46.74%
G = 43.6%
B = 9.66%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.79

 K value IS 0.30

RGB Variations

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

Color information

#B3A725 (or 0xB3A725) is known color: Earls Green. HEX triplet: B3, A7 and 25. RGB value is (179,167,37). Sum of RGB (Red+Green+Blue) = 179+167+37=383 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.74% from 383); Green value is 167 (65.62% from 255 or 43.60% from 383); Blue value is 37 (14.84% from 255 or 9.66% from 383); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A725 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3A725 is #4C58DA. Grayscale: #9C9C9C. Windows color (decimal): -5003483 or 2467763. OLE color: 2467763.

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

Color convert

RGB 179 167 37 -
CMYK 0 0.07 0.79 0.30
HSL 54.93º 0.66% 0.42% -
HSV(B) 54.93º 0.79% 0.7% -
XYZ 32.74 37.35 7.23 -
YUV 155.77 60.98 144.57 -
System Red Green Blue C M Y K H S L
Decimal 179 167 37 0 0.07 0.79 0.30 54.93 0.66 0.42
Hex B3 A7 25 0 7 4F 1E 37 42 2A
Octal 263 247 45 0 7 117 36 67 102 52
Binary 10110011 10100111 100101 0 111 1001111 11110 110111 1000010 101010

Color Harmonies of #B3A725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A725

Black with #B3A725

Text Example


Text Example

White with #B3A725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A725; }

 p { color: rgb(179,167,37); }

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

background-color css

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

 a { background-color: rgb(179,167,37); }

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

border-color css

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

 span { border-color: rgb(179,167,37); }

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