Html Css Color HEX #B8AD27 Earls Green

📋 copy color: '#B8AD27'

red 184 ◦ green 173 ◦ blue 39

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

Shades of Earls Green #B8AD27

Tints of Earls Green #B8AD27

RGB

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

 GREEN value IS 173 (67.97% from 255) = 43.69%

 BLUE value IS 39 (15.63% from 255) = 9.85%

R = 46.46%
G = 43.69%
B = 9.85%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.79

 K value IS 0.28

RGB Variations

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

Color information

#B8AD27 (or 0xB8AD27) is known color: Earls Green. HEX triplet: B8, AD and 27. RGB value is (184,173,39). Sum of RGB (Red+Green+Blue) = 184+173+39=396 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.46% from 396); Green value is 173 (67.97% from 255 or 43.69% from 396); Blue value is 39 (15.62% from 255 or 9.85% from 396); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AD27 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8AD27 is #4752D8. Grayscale: #A1A1A1. Windows color (decimal): -4674265 or 2600376. OLE color: 2600376.

HSL color Cylindrical-coordinate representation of color #B8AD27: hue angle of 55.45º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B8AD27 is Cyan = 0, Magento = 0.06, Yellow = 0.79 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 173 39 -
CMYK 0 0.06 0.79 0.28
HSL 55.45º 0.65% 0.44% -
HSV(B) 55.45º 0.79% 0.72% -
XYZ 35.08 40.22 7.83 -
YUV 161.01 59.14 144.4 -
System Red Green Blue C M Y K H S L
Decimal 184 173 39 0 0.06 0.79 0.28 55.45 0.65 0.44
Hex B8 AD 27 0 6 4F 1C 37 41 2C
Octal 270 255 47 0 6 117 34 67 101 54
Binary 10111000 10101101 100111 0 110 1001111 11100 110111 1000001 101100

Color Harmonies of #B8AD27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8AD27

Black with #B8AD27

Text Example


Text Example

White with #B8AD27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8AD27; }

 p { color: rgb(184,173,39); }

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

background-color css

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

 a { background-color: rgb(184,173,39); }

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

border-color css

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

 span { border-color: rgb(184,173,39); }

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