Html Css Color HEX #BBA228 Earls Green

📋 copy color: '#BBA228'

red 187 ◦ green 162 ◦ blue 40

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

Shades of Earls Green #BBA228

Tints of Earls Green #BBA228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 10.28%

R = 48.07%
G = 41.65%
B = 10.28%

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

#BBA228 (or 0xBBA228) is known color: Earls Green. HEX triplet: BB, A2 and 28. RGB value is (187,162,40). Sum of RGB (Red+Green+Blue) = 187+162+40=389 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.07% from 389); Green value is 162 (63.67% from 255 or 41.65% from 389); Blue value is 40 (16.02% from 255 or 10.28% from 389); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA228 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA228 is #445DD7. Grayscale: #9C9C9C. Windows color (decimal): -4480472 or 2663099. OLE color: 2663099.

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

Color convert

RGB 187 162 40 -
CMYK 0 0.13 0.79 0.27
HSL 49.8º 0.65% 0.45% -
HSV(B) 49.8º 0.79% 0.73% -
XYZ 33.8 36.56 7.28 -
YUV 155.57 62.78 150.42 -
System Red Green Blue C M Y K H S L
Decimal 187 162 40 0 0.13 0.79 0.27 49.8 0.65 0.45
Hex BB A2 28 0 D 4F 1B 32 41 2D
Octal 273 242 50 0 15 117 33 62 101 55
Binary 10111011 10100010 101000 0 1101 1001111 11011 110010 1000001 101101

Color Harmonies of #BBA228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA228

Black with #BBA228

Text Example


Text Example

White with #BBA228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA228; }

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

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

background-color css

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

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

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

border-color css

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

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

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