Html Css Color HEX #B2A023 Earls Green

📋 copy color: '#B2A023'

red 178 ◦ green 160 ◦ blue 35

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

Shades of Earls Green #B2A023

Tints of Earls Green #B2A023

RGB

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

 GREEN value IS 160 (62.89% from 255) = 42.9%

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

R = 47.72%
G = 42.9%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.80

 K value IS 0.30

RGB Variations

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

Color information

#B2A023 (or 0xB2A023) is known color: Earls Green. HEX triplet: B2, A0 and 23. RGB value is (178,160,35). Sum of RGB (Red+Green+Blue) = 178+160+35=373 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.72% from 373); Green value is 160 (62.89% from 255 or 42.90% from 373); Blue value is 35 (14.06% from 255 or 9.38% from 373); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A023 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2A023 is #4D5FDC. Grayscale: #979797. Windows color (decimal): -5070813 or 2334898. OLE color: 2334898.

HSL color Cylindrical-coordinate representation of color #B2A023: hue angle of 52.45º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B2A023 is Cyan = 0, Magento = 0.10, Yellow = 0.80 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 160 35 -
CMYK 0 0.10 0.80 0.30
HSL 52.45º 0.67% 0.42% -
HSV(B) 52.45º 0.8% 0.7% -
XYZ 31.23 34.73 6.65 -
YUV 151.13 62.46 147.16 -
System Red Green Blue C M Y K H S L
Decimal 178 160 35 0 0.10 0.80 0.30 52.45 0.67 0.42
Hex B2 A0 23 0 A 50 1E 34 43 2A
Octal 262 240 43 0 12 120 36 64 103 52
Binary 10110010 10100000 100011 0 1010 1010000 11110 110100 1000011 101010

Color Harmonies of #B2A023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A023

Black with #B2A023

Text Example


Text Example

White with #B2A023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A023; }

 p { color: rgb(178,160,35); }

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

background-color css

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

 a { background-color: rgb(178,160,35); }

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

border-color css

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

 span { border-color: rgb(178,160,35); }

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