Html Css Color HEX #B8AE1D Earls Green

📋 copy color: '#B8AE1D'

red 184 ◦ green 174 ◦ blue 29

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

Shades of Earls Green #B8AE1D

Tints of Earls Green #B8AE1D

RGB

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

 GREEN value IS 174 (68.36% from 255) = 44.96%

 BLUE value IS 29 (11.72% from 255) = 7.49%

R = 47.55%
G = 44.96%
B = 7.49%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.84

 K value IS 0.28

RGB Variations

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

Color information

#B8AE1D (or 0xB8AE1D) is known color: Earls Green. HEX triplet: B8, AE and 1D. RGB value is (184,174,29). Sum of RGB (Red+Green+Blue) = 184+174+29=387 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.55% from 387); Green value is 174 (68.36% from 255 or 44.96% from 387); Blue value is 29 (11.72% from 255 or 7.49% from 387); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AE1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8AE1D is #4751E2. Grayscale: #A1A1A1. Windows color (decimal): -4674019 or 1945272. OLE color: 1945272.

HSL color Cylindrical-coordinate representation of color #B8AE1D: hue angle of 56.13º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B8AE1D is Cyan = 0, Magento = 0.05, Yellow = 0.84 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 174 29 -
CMYK 0 0.05 0.84 0.28
HSL 56.13º 0.73% 0.42% -
HSV(B) 56.13º 0.84% 0.72% -
XYZ 35.12 40.55 7.14 -
YUV 160.46 53.81 144.79 -
System Red Green Blue C M Y K H S L
Decimal 184 174 29 0 0.05 0.84 0.28 56.13 0.73 0.42
Hex B8 AE 1D 0 5 54 1C 38 49 2A
Octal 270 256 35 0 5 124 34 70 111 52
Binary 10111000 10101110 11101 0 101 1010100 11100 111000 1001001 101010

Color Harmonies of #B8AE1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8AE1D

Black with #B8AE1D

Text Example


Text Example

White with #B8AE1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8AE1D; }

 p { color: rgb(184,174,29); }

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

background-color css

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

 a { background-color: rgb(184,174,29); }

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

border-color css

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

 span { border-color: rgb(184,174,29); }

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