Html Css Color HEX #BBA227 Earls Green

📋 copy color: '#BBA227'

red 187 ◦ green 162 ◦ blue 39

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

Shades of Earls Green #BBA227

Tints of Earls Green #BBA227

RGB

 RED value IS 187 (73.44% from 255) = 48.2%

 GREEN value IS 162 (63.67% from 255) = 41.75%

 BLUE value IS 39 (15.63% from 255) = 10.05%

R = 48.2%
G = 41.75%
B = 10.05%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#BBA227 (or 0xBBA227) is known color: Earls Green. HEX triplet: BB, A2 and 27. RGB value is (187,162,39). Sum of RGB (Red+Green+Blue) = 187+162+39=388 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.20% from 388); Green value is 162 (63.67% from 255 or 41.75% from 388); Blue value is 39 (15.62% from 255 or 10.05% from 388); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA227 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA227 is #445DD8. Grayscale: #9B9B9B. Windows color (decimal): -4480473 or 2597563. OLE color: 2597563.

HSL color Cylindrical-coordinate representation of color #BBA227: hue angle of 49.86º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BBA227 is Cyan = 0, Magento = 0.13, Yellow = 0.79 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 162 39 -
CMYK 0 0.13 0.79 0.27
HSL 49.86º 0.65% 0.44% -
HSV(B) 49.86º 0.79% 0.73% -
XYZ 33.78 36.55 7.19 -
YUV 155.45 62.28 150.5 -
System Red Green Blue C M Y K H S L
Decimal 187 162 39 0 0.13 0.79 0.27 49.86 0.65 0.44
Hex BB A2 27 0 D 4F 1B 32 41 2C
Octal 273 242 47 0 15 117 33 62 101 54
Binary 10111011 10100010 100111 0 1101 1001111 11011 110010 1000001 101100

Color Harmonies of #BBA227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA227

Black with #BBA227

Text Example


Text Example

White with #BBA227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA227; }

 p { color: rgb(187,162,39); }

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

background-color css

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

 a { background-color: rgb(187,162,39); }

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

border-color css

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

 span { border-color: rgb(187,162,39); }

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