Html Css Color HEX #B4A823 Earls Green

📋 copy color: '#B4A823'

red 180 ◦ green 168 ◦ blue 35

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

Shades of Earls Green #B4A823

Tints of Earls Green #B4A823

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 9.14%

R = 47%
G = 43.86%
B = 9.14%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.81

 K value IS 0.29

RGB Variations

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

Color information

#B4A823 (or 0xB4A823) is known color: Earls Green. HEX triplet: B4, A8 and 23. RGB value is (180,168,35). Sum of RGB (Red+Green+Blue) = 180+168+35=383 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.00% from 383); Green value is 168 (66.02% from 255 or 43.86% from 383); Blue value is 35 (14.06% from 255 or 9.14% from 383); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A823 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4A823 is #4B57DC. Grayscale: #9C9C9C. Windows color (decimal): -4937693 or 2336948. OLE color: 2336948.

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

Color convert

RGB 180 168 35 -
CMYK 0 0.07 0.81 0.29
HSL 55.03º 0.67% 0.42% -
HSV(B) 55.03º 0.81% 0.71% -
XYZ 33.13 37.83 7.15 -
YUV 156.43 59.48 144.81 -
System Red Green Blue C M Y K H S L
Decimal 180 168 35 0 0.07 0.81 0.29 55.03 0.67 0.42
Hex B4 A8 23 0 7 51 1D 37 43 2A
Octal 264 250 43 0 7 121 35 67 103 52
Binary 10110100 10101000 100011 0 111 1010001 11101 110111 1000011 101010

Color Harmonies of #B4A823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A823

Black with #B4A823

Text Example


Text Example

White with #B4A823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A823; }

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

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

background-color css

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

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

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

border-color css

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

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

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