Html Css Color HEX #BBA831 Earls Green

📋 copy color: '#BBA831'

red 187 ◦ green 168 ◦ blue 49

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

Shades of Earls Green #BBA831

Tints of Earls Green #BBA831

RGB

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

 GREEN value IS 168 (66.02% from 255) = 41.58%

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

R = 46.29%
G = 41.58%
B = 12.13%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BBA831 (or 0xBBA831) is known color: Earls Green. HEX triplet: BB, A8 and 31. RGB value is (187,168,49). Sum of RGB (Red+Green+Blue) = 187+168+49=404 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.29% from 404); Green value is 168 (66.02% from 255 or 41.58% from 404); Blue value is 49 (19.53% from 255 or 12.13% from 404); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA831 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA831 is #4457CE. Grayscale: #A0A0A0. Windows color (decimal): -4478927 or 3254459. OLE color: 3254459.

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

Color convert

RGB 187 168 49 -
CMYK 0 0.10 0.74 0.27
HSL 51.74º 0.58% 0.46% -
HSV(B) 51.74º 0.74% 0.73% -
XYZ 35.05 38.79 8.55 -
YUV 160.12 65.29 147.18 -
System Red Green Blue C M Y K H S L
Decimal 187 168 49 0 0.10 0.74 0.27 51.74 0.58 0.46
Hex BB A8 31 0 A 4A 1B 34 3A 2E
Octal 273 250 61 0 12 112 33 64 72 56
Binary 10111011 10101000 110001 0 1010 1001010 11011 110100 111010 101110

Color Harmonies of #BBA831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA831

Black with #BBA831

Text Example


Text Example

White with #BBA831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA831; }

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

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

background-color css

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

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

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

border-color css

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

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

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