Html Css Color HEX #B2A821 Earls Green

📋 copy color: '#B2A821'

red 178 ◦ green 168 ◦ blue 33

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

Shades of Earls Green #B2A821

Tints of Earls Green #B2A821

RGB

 RED value IS 178 (69.92% from 255) = 46.97%

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

 BLUE value IS 33 (13.28% from 255) = 8.71%

R = 46.97%
G = 44.33%
B = 8.71%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.81

 K value IS 0.30

RGB Variations

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

Color information

#B2A821 (or 0xB2A821) is known color: Earls Green. HEX triplet: B2, A8 and 21. RGB value is (178,168,33). Sum of RGB (Red+Green+Blue) = 178+168+33=379 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.97% from 379); Green value is 168 (66.02% from 255 or 44.33% from 379); Blue value is 33 (13.28% from 255 or 8.71% from 379); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A821 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2A821 is #4D57DE. Grayscale: #9C9C9C. Windows color (decimal): -5068767 or 2205874. OLE color: 2205874.

HSL color Cylindrical-coordinate representation of color #B2A821: hue angle of 55.86º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B2A821 is Cyan = 0, Magento = 0.06, Yellow = 0.81 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 168 33 -
CMYK 0 0.06 0.81 0.30
HSL 55.86º 0.69% 0.41% -
HSV(B) 55.86º 0.81% 0.7% -
XYZ 32.64 37.58 6.97 -
YUV 155.6 58.81 143.98 -
System Red Green Blue C M Y K H S L
Decimal 178 168 33 0 0.06 0.81 0.30 55.86 0.69 0.41
Hex B2 A8 21 0 6 51 1E 38 45 29
Octal 262 250 41 0 6 121 36 70 105 51
Binary 10110010 10101000 100001 0 110 1010001 11110 111000 1000101 101001

Color Harmonies of #B2A821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A821

Black with #B2A821

Text Example


Text Example

White with #B2A821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A821; }

 p { color: rgb(178,168,33); }

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

background-color css

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

 a { background-color: rgb(178,168,33); }

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

border-color css

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

 span { border-color: rgb(178,168,33); }

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