Html Css Color HEX #B2A530 Earls Green

📋 copy color: '#B2A530'

red 178 ◦ green 165 ◦ blue 48

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

Shades of Earls Green #B2A530

Tints of Earls Green #B2A530

RGB

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

 GREEN value IS 165 (64.84% from 255) = 42.2%

 BLUE value IS 48 (19.14% from 255) = 12.28%

R = 45.52%
G = 42.2%
B = 12.28%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.73

 K value IS 0.30

RGB Variations

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

Color information

#B2A530 (or 0xB2A530) is known color: Earls Green. HEX triplet: B2, A5 and 30. RGB value is (178,165,48). Sum of RGB (Red+Green+Blue) = 178+165+48=391 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.52% from 391); Green value is 165 (64.84% from 255 or 42.20% from 391); Blue value is 48 (19.14% from 255 or 12.28% from 391); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A530 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2A530 is #4D5ACF. Grayscale: #9C9C9C. Windows color (decimal): -5069520 or 3188146. OLE color: 3188146.

HSL color Cylindrical-coordinate representation of color #B2A530: hue angle of 54º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B2A530 is Cyan = 0, Magento = 0.07, Yellow = 0.73 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 165 48 -
CMYK 0 0.07 0.73 0.30
HSL 54º 0.58% 0.44% -
HSV(B) 54º 0.73% 0.7% -
XYZ 32.35 36.59 8.15 -
YUV 155.55 67.31 144.01 -
System Red Green Blue C M Y K H S L
Decimal 178 165 48 0 0.07 0.73 0.30 54 0.58 0.44
Hex B2 A5 30 0 7 49 1E 36 3A 2C
Octal 262 245 60 0 7 111 36 66 72 54
Binary 10110010 10100101 110000 0 111 1001001 11110 110110 111010 101100

Color Harmonies of #B2A530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A530

Black with #B2A530

Text Example


Text Example

White with #B2A530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A530; }

 p { color: rgb(178,165,48); }

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

background-color css

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

 a { background-color: rgb(178,165,48); }

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

border-color css

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

 span { border-color: rgb(178,165,48); }

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