Html Css Color HEX #B8A825 Earls Green

📋 copy color: '#B8A825'

red 184 ◦ green 168 ◦ blue 37

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

Shades of Earls Green #B8A825

Tints of Earls Green #B8A825

RGB

 RED value IS 184 (72.27% from 255) = 47.3%

 GREEN value IS 168 (66.02% from 255) = 43.19%

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

R = 47.3%
G = 43.19%
B = 9.51%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.80

 K value IS 0.28

RGB Variations

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

Color information

#B8A825 (or 0xB8A825) is known color: Earls Green. HEX triplet: B8, A8 and 25. RGB value is (184,168,37). Sum of RGB (Red+Green+Blue) = 184+168+37=389 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.30% from 389); Green value is 168 (66.02% from 255 or 43.19% from 389); Blue value is 37 (14.84% from 255 or 9.51% from 389); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A825 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8A825 is #4757DA. Grayscale: #9E9E9E. Windows color (decimal): -4675547 or 2468024. OLE color: 2468024.

HSL color Cylindrical-coordinate representation of color #B8A825: hue angle of 53.47º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B8A825 is Cyan = 0, Magento = 0.09, Yellow = 0.80 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 168 37 -
CMYK 0 0.09 0.80 0.28
HSL 53.47º 0.67% 0.43% -
HSV(B) 53.47º 0.8% 0.72% -
XYZ 34.1 38.33 7.35 -
YUV 157.85 59.8 146.65 -
System Red Green Blue C M Y K H S L
Decimal 184 168 37 0 0.09 0.80 0.28 53.47 0.67 0.43
Hex B8 A8 25 0 9 50 1C 35 43 2B
Octal 270 250 45 0 11 120 34 65 103 53
Binary 10111000 10101000 100101 0 1001 1010000 11100 110101 1000011 101011

Color Harmonies of #B8A825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8A825

Black with #B8A825

Text Example


Text Example

White with #B8A825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8A825; }

 p { color: rgb(184,168,37); }

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

background-color css

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

 a { background-color: rgb(184,168,37); }

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

border-color css

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

 span { border-color: rgb(184,168,37); }

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