Html Css Color HEX #B4A817 Earls Green

📋 copy color: '#B4A817'

red 180 ◦ green 168 ◦ blue 23

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

Shades of Earls Green #B4A817

Tints of Earls Green #B4A817

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.2%

R = 48.52%
G = 45.28%
B = 6.2%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.87

 K value IS 0.29

RGB Variations

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

Color information

#B4A817 (or 0xB4A817) is known color: Earls Green. HEX triplet: B4, A8 and 17. RGB value is (180,168,23). Sum of RGB (Red+Green+Blue) = 180+168+23=371 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.52% from 371); Green value is 168 (66.02% from 255 or 45.28% from 371); Blue value is 23 (9.38% from 255 or 6.20% from 371); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A817 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B4A817 is #4B57E8. Grayscale: #9B9B9B. Windows color (decimal): -4937705 or 1550516. OLE color: 1550516.

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

Color convert

RGB 180 168 23 -
CMYK 0 0.07 0.87 0.29
HSL 55.41º 0.77% 0.4% -
HSV(B) 55.41º 0.87% 0.71% -
XYZ 32.98 37.77 6.36 -
YUV 155.06 53.48 145.79 -
System Red Green Blue C M Y K H S L
Decimal 180 168 23 0 0.07 0.87 0.29 55.41 0.77 0.4
Hex B4 A8 17 0 7 57 1D 37 4D 28
Octal 264 250 27 0 7 127 35 67 115 50
Binary 10110100 10101000 10111 0 111 1010111 11101 110111 1001101 101000

Color Harmonies of #B4A817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A817

Black with #B4A817

Text Example


Text Example

White with #B4A817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A817; }

 p { color: rgb(180,168,23); }

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

background-color css

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

 a { background-color: rgb(180,168,23); }

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

border-color css

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

 span { border-color: rgb(180,168,23); }

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