Html Css Color HEX #BBA628 Earls Green

📋 copy color: '#BBA628'

red 187 ◦ green 166 ◦ blue 40

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

Shades of Earls Green #BBA628

Tints of Earls Green #BBA628

RGB

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

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

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

R = 47.58%
G = 42.24%
B = 10.18%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#BBA628 (or 0xBBA628) is known color: Earls Green. HEX triplet: BB, A6 and 28. RGB value is (187,166,40). Sum of RGB (Red+Green+Blue) = 187+166+40=393 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.58% from 393); Green value is 166 (65.23% from 255 or 42.24% from 393); Blue value is 40 (16.02% from 255 or 10.18% from 393); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA628 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA628 is #4459D7. Grayscale: #9E9E9E. Windows color (decimal): -4479448 or 2664123. OLE color: 2664123.

HSL color Cylindrical-coordinate representation of color #BBA628: hue angle of 51.43º 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 #BBA628 is Cyan = 0, Magento = 0.11, Yellow = 0.79 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 166 40 -
CMYK 0 0.11 0.79 0.27
HSL 51.43º 0.65% 0.45% -
HSV(B) 51.43º 0.79% 0.73% -
XYZ 34.51 37.99 7.52 -
YUV 157.92 61.46 148.75 -
System Red Green Blue C M Y K H S L
Decimal 187 166 40 0 0.11 0.79 0.27 51.43 0.65 0.45
Hex BB A6 28 0 B 4F 1B 33 41 2D
Octal 273 246 50 0 13 117 33 63 101 55
Binary 10111011 10100110 101000 0 1011 1001111 11011 110011 1000001 101101

Color Harmonies of #BBA628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA628

Black with #BBA628

Text Example


Text Example

White with #BBA628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA628; }

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

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

background-color css

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

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

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

border-color css

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

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

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