Html Css Color HEX #B2A61B Earls Green

📋 copy color: '#B2A61B'

red 178 ◦ green 166 ◦ blue 27

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

Shades of Earls Green #B2A61B

Tints of Earls Green #B2A61B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.28%

R = 47.98%
G = 44.74%
B = 7.28%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.85

 K value IS 0.30

RGB Variations

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

Color information

#B2A61B (or 0xB2A61B) is known color: Earls Green. HEX triplet: B2, A6 and 1B. RGB value is (178,166,27). Sum of RGB (Red+Green+Blue) = 178+166+27=371 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.98% from 371); Green value is 166 (65.23% from 255 or 44.74% from 371); Blue value is 27 (10.94% from 255 or 7.28% from 371); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A61B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2A61B is #4D59E4. Grayscale: #9A9A9A. Windows color (decimal): -5069285 or 1812146. OLE color: 1812146.

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

Color convert

RGB 178 166 27 -
CMYK 0 0.07 0.85 0.30
HSL 55.23º 0.74% 0.4% -
HSV(B) 55.23º 0.85% 0.7% -
XYZ 32.19 36.82 6.45 -
YUV 153.74 56.48 145.3 -
System Red Green Blue C M Y K H S L
Decimal 178 166 27 0 0.07 0.85 0.30 55.23 0.74 0.4
Hex B2 A6 1B 0 7 55 1E 37 4A 28
Octal 262 246 33 0 7 125 36 67 112 50
Binary 10110010 10100110 11011 0 111 1010101 11110 110111 1001010 101000

Color Harmonies of #B2A61B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A61B

Black with #B2A61B

Text Example


Text Example

White with #B2A61B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A61B; }

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

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

background-color css

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

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

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

border-color css

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

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

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