Html Css Color HEX #B4A725 Earls Green

📋 copy color: '#B4A725'

red 180 ◦ green 167 ◦ blue 37

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

Shades of Earls Green #B4A725

Tints of Earls Green #B4A725

RGB

 RED value IS 180 (70.7% from 255) = 46.88%

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

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

R = 46.88%
G = 43.49%
B = 9.64%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.79

 K value IS 0.29

RGB Variations

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

Color information

#B4A725 (or 0xB4A725) is known color: Earls Green. HEX triplet: B4, A7 and 25. RGB value is (180,167,37). Sum of RGB (Red+Green+Blue) = 180+167+37=384 (50% of max value = 765). Red value is 180 (70.70% from 255 or 46.88% from 384); Green value is 167 (65.62% from 255 or 43.49% from 384); Blue value is 37 (14.84% from 255 or 9.64% from 384); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A725 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4A725 is #4B58DA. Grayscale: #9C9C9C. Windows color (decimal): -4937947 or 2467764. OLE color: 2467764.

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

Color convert

RGB 180 167 37 -
CMYK 0 0.07 0.79 0.29
HSL 54.55º 0.66% 0.43% -
HSV(B) 54.55º 0.79% 0.71% -
XYZ 32.98 37.47 7.25 -
YUV 156.07 60.81 145.07 -
System Red Green Blue C M Y K H S L
Decimal 180 167 37 0 0.07 0.79 0.29 54.55 0.66 0.43
Hex B4 A7 25 0 7 4F 1D 37 42 2B
Octal 264 247 45 0 7 117 35 67 102 53
Binary 10110100 10100111 100101 0 111 1001111 11101 110111 1000010 101011

Color Harmonies of #B4A725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A725

Black with #B4A725

Text Example


Text Example

White with #B4A725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A725; }

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

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

background-color css

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

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

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

border-color css

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

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

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