Html Css Color HEX #BBA325 Earls Green

📋 copy color: '#BBA325'

red 187 ◦ green 163 ◦ blue 37

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

Shades of Earls Green #BBA325

Tints of Earls Green #BBA325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9.56%

R = 48.32%
G = 42.12%
B = 9.56%

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

#BBA325 (or 0xBBA325) is known color: Earls Green. HEX triplet: BB, A3 and 25. RGB value is (187,163,37). Sum of RGB (Red+Green+Blue) = 187+163+37=387 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.32% from 387); Green value is 163 (64.06% from 255 or 42.12% from 387); Blue value is 37 (14.84% from 255 or 9.56% from 387); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA325 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA325 is #445CDA. Grayscale: #9C9C9C. Windows color (decimal): -4480219 or 2466747. OLE color: 2466747.

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

Color convert

RGB 187 163 37 -
CMYK 0 0.13 0.80 0.27
HSL 50.4º 0.67% 0.44% -
HSV(B) 50.4º 0.8% 0.73% -
XYZ 33.92 36.89 7.08 -
YUV 155.81 60.95 150.25 -
System Red Green Blue C M Y K H S L
Decimal 187 163 37 0 0.13 0.80 0.27 50.4 0.67 0.44
Hex BB A3 25 0 D 50 1B 32 43 2C
Octal 273 243 45 0 15 120 33 62 103 54
Binary 10111011 10100011 100101 0 1101 1010000 11011 110010 1000011 101100

Color Harmonies of #BBA325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA325

Black with #BBA325

Text Example


Text Example

White with #BBA325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA325; }

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

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

background-color css

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

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

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

border-color css

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

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

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