Html Css Color HEX #B2A930 Earls Green

📋 copy color: '#B2A930'

red 178 ◦ green 169 ◦ blue 48

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

Shades of Earls Green #B2A930

Tints of Earls Green #B2A930

RGB

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

 GREEN value IS 169 (66.41% from 255) = 42.78%

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

R = 45.06%
G = 42.78%
B = 12.15%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.73

 K value IS 0.30

RGB Variations

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

Color information

#B2A930 (or 0xB2A930) is known color: Earls Green. HEX triplet: B2, A9 and 30. RGB value is (178,169,48). Sum of RGB (Red+Green+Blue) = 178+169+48=395 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.06% from 395); Green value is 169 (66.41% from 255 or 42.78% from 395); Blue value is 48 (19.14% from 255 or 12.15% from 395); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A930 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2A930 is #4D56CF. Grayscale: #9E9E9E. Windows color (decimal): -5068496 or 3189170. OLE color: 3189170.

HSL color Cylindrical-coordinate representation of color #B2A930: hue angle of 55.85º 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 #B2A930 is Cyan = 0, Magento = 0.05, Yellow = 0.73 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 169 48 -
CMYK 0 0.05 0.73 0.30
HSL 55.85º 0.58% 0.44% -
HSV(B) 55.85º 0.73% 0.7% -
XYZ 33.08 38.05 8.4 -
YUV 157.9 65.98 142.34 -
System Red Green Blue C M Y K H S L
Decimal 178 169 48 0 0.05 0.73 0.30 55.85 0.58 0.44
Hex B2 A9 30 0 5 49 1E 38 3A 2C
Octal 262 251 60 0 5 111 36 70 72 54
Binary 10110010 10101001 110000 0 101 1001001 11110 111000 111010 101100

Color Harmonies of #B2A930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A930

Black with #B2A930

Text Example


Text Example

White with #B2A930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A930; }

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

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

background-color css

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

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

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

border-color css

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

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

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