Html Css Color HEX #BBA531 Earls Green

📋 copy color: '#BBA531'

red 187 ◦ green 165 ◦ blue 49

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

Shades of Earls Green #BBA531

Tints of Earls Green #BBA531

RGB

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

 GREEN value IS 165 (64.84% from 255) = 41.15%

 BLUE value IS 49 (19.53% from 255) = 12.22%

R = 46.63%
G = 41.15%
B = 12.22%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BBA531 (or 0xBBA531) is known color: Earls Green. HEX triplet: BB, A5 and 31. RGB value is (187,165,49). Sum of RGB (Red+Green+Blue) = 187+165+49=401 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.63% from 401); Green value is 165 (64.84% from 255 or 41.15% from 401); Blue value is 49 (19.53% from 255 or 12.22% from 401); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA531 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA531 is #445ACE. Grayscale: #9E9E9E. Windows color (decimal): -4479695 or 3253691. OLE color: 3253691.

HSL color Cylindrical-coordinate representation of color #BBA531: hue angle of 50.43º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BBA531 is Cyan = 0, Magento = 0.12, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 165 49 -
CMYK 0 0.12 0.74 0.27
HSL 50.43º 0.58% 0.46% -
HSV(B) 50.43º 0.74% 0.73% -
XYZ 34.5 37.7 8.36 -
YUV 158.35 66.29 148.43 -
System Red Green Blue C M Y K H S L
Decimal 187 165 49 0 0.12 0.74 0.27 50.43 0.58 0.46
Hex BB A5 31 0 C 4A 1B 32 3A 2E
Octal 273 245 61 0 14 112 33 62 72 56
Binary 10111011 10100101 110001 0 1100 1001010 11011 110010 111010 101110

Color Harmonies of #BBA531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA531

Black with #BBA531

Text Example


Text Example

White with #BBA531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA531; }

 p { color: rgb(187,165,49); }

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

background-color css

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

 a { background-color: rgb(187,165,49); }

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

border-color css

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

 span { border-color: rgb(187,165,49); }

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