Html Css Color HEX #B7AE2D Earls Green

📋 copy color: '#B7AE2D'

red 183 ◦ green 174 ◦ blue 45

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

Shades of Earls Green #B7AE2D

Tints of Earls Green #B7AE2D

RGB

 RED value IS 183 (71.88% from 255) = 45.52%

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

 BLUE value IS 45 (17.97% from 255) = 11.19%

R = 45.52%
G = 43.28%
B = 11.19%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.75

 K value IS 0.28

RGB Variations

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

Color information

#B7AE2D (or 0xB7AE2D) is known color: Earls Green. HEX triplet: B7, AE and 2D. RGB value is (183,174,45). Sum of RGB (Red+Green+Blue) = 183+174+45=402 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.52% from 402); Green value is 174 (68.36% from 255 or 43.28% from 402); Blue value is 45 (17.97% from 255 or 11.19% from 402); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AE2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7AE2D is #4851D2. Grayscale: #A2A2A2. Windows color (decimal): -4739539 or 2993847. OLE color: 2993847.

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

Color convert

RGB 183 174 45 -
CMYK 0 0.05 0.75 0.28
HSL 56.09º 0.61% 0.45% -
HSV(B) 56.09º 0.75% 0.72% -
XYZ 35.14 40.53 8.45 -
YUV 161.99 61.98 142.99 -
System Red Green Blue C M Y K H S L
Decimal 183 174 45 0 0.05 0.75 0.28 56.09 0.61 0.45
Hex B7 AE 2D 0 5 4B 1C 38 3D 2D
Octal 267 256 55 0 5 113 34 70 75 55
Binary 10110111 10101110 101101 0 101 1001011 11100 111000 111101 101101

Color Harmonies of #B7AE2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7AE2D

Black with #B7AE2D

Text Example


Text Example

White with #B7AE2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7AE2D; }

 p { color: rgb(183,174,45); }

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

background-color css

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

 a { background-color: rgb(183,174,45); }

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

border-color css

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

 span { border-color: rgb(183,174,45); }

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