Html Css Color HEX #B2A630 Earls Green

📋 copy color: '#B2A630'

red 178 ◦ green 166 ◦ blue 48

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

Shades of Earls Green #B2A630

Tints of Earls Green #B2A630

RGB

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

 GREEN value IS 166 (65.23% from 255) = 42.35%

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

R = 45.41%
G = 42.35%
B = 12.24%

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

#B2A630 (or 0xB2A630) is known color: Earls Green. HEX triplet: B2, A6 and 30. RGB value is (178,166,48). Sum of RGB (Red+Green+Blue) = 178+166+48=392 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.41% from 392); Green value is 166 (65.23% from 255 or 42.35% from 392); Blue value is 48 (19.14% from 255 or 12.24% from 392); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A630 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2A630 is #4D59CF. Grayscale: #9C9C9C. Windows color (decimal): -5069264 or 3188402. OLE color: 3188402.

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

Color convert

RGB 178 166 48 -
CMYK 0 0.07 0.73 0.30
HSL 54.46º 0.58% 0.44% -
HSV(B) 54.46º 0.73% 0.7% -
XYZ 32.53 36.95 8.21 -
YUV 156.14 66.98 143.59 -
System Red Green Blue C M Y K H S L
Decimal 178 166 48 0 0.07 0.73 0.30 54.46 0.58 0.44
Hex B2 A6 30 0 7 49 1E 36 3A 2C
Octal 262 246 60 0 7 111 36 66 72 54
Binary 10110010 10100110 110000 0 111 1001001 11110 110110 111010 101100

Color Harmonies of #B2A630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A630

Black with #B2A630

Text Example


Text Example

White with #B2A630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A630; }

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

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

background-color css

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

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

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

border-color css

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

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

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