Html Css Color HEX #BBA226 Earls Green

📋 copy color: '#BBA226'

red 187 ◦ green 162 ◦ blue 38

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

Shades of Earls Green #BBA226

Tints of Earls Green #BBA226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 9.82%

R = 48.32%
G = 41.86%
B = 9.82%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BBA226 (or 0xBBA226) is known color: Earls Green. HEX triplet: BB, A2 and 26. RGB value is (187,162,38). Sum of RGB (Red+Green+Blue) = 187+162+38=387 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.32% from 387); Green value is 162 (63.67% from 255 or 41.86% from 387); Blue value is 38 (15.23% from 255 or 9.82% from 387); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA226 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA226 is #445DD9. Grayscale: #9B9B9B. Windows color (decimal): -4480474 or 2532027. OLE color: 2532027.

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

Color convert

RGB 187 162 38 -
CMYK 0 0.13 0.80 0.27
HSL 49.93º 0.66% 0.44% -
HSV(B) 49.93º 0.8% 0.73% -
XYZ 33.76 36.55 7.11 -
YUV 155.34 61.78 150.58 -
System Red Green Blue C M Y K H S L
Decimal 187 162 38 0 0.13 0.80 0.27 49.93 0.66 0.44
Hex BB A2 26 0 D 50 1B 32 42 2C
Octal 273 242 46 0 15 120 33 62 102 54
Binary 10111011 10100010 100110 0 1101 1010000 11011 110010 1000010 101100

Color Harmonies of #BBA226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA226

Black with #BBA226

Text Example


Text Example

White with #BBA226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA226; }

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

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

background-color css

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

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

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

border-color css

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

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

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