Html Css Color HEX #BBA328 Earls Green

📋 copy color: '#BBA328'

red 187 ◦ green 163 ◦ blue 40

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

Shades of Earls Green #BBA328

Tints of Earls Green #BBA328

RGB

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

 GREEN value IS 163 (64.06% from 255) = 41.79%

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

R = 47.95%
G = 41.79%
B = 10.26%

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

#BBA328 (or 0xBBA328) is known color: Earls Green. HEX triplet: BB, A3 and 28. RGB value is (187,163,40). Sum of RGB (Red+Green+Blue) = 187+163+40=390 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.95% from 390); Green value is 163 (64.06% from 255 or 41.79% from 390); Blue value is 40 (16.02% from 255 or 10.26% from 390); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA328 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA328 is #445CD7. Grayscale: #9C9C9C. Windows color (decimal): -4480216 or 2663355. OLE color: 2663355.

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

Color convert

RGB 187 163 40 -
CMYK 0 0.13 0.79 0.27
HSL 50.2º 0.65% 0.45% -
HSV(B) 50.2º 0.79% 0.73% -
XYZ 33.97 36.91 7.34 -
YUV 156.15 62.45 150 -
System Red Green Blue C M Y K H S L
Decimal 187 163 40 0 0.13 0.79 0.27 50.2 0.65 0.45
Hex BB A3 28 0 D 4F 1B 32 41 2D
Octal 273 243 50 0 15 117 33 62 101 55
Binary 10111011 10100011 101000 0 1101 1001111 11011 110010 1000001 101101

Color Harmonies of #BBA328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA328

Black with #BBA328

Text Example


Text Example

White with #BBA328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA328; }

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

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

background-color css

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

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

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

border-color css

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

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

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