Html Css Color HEX #BBA731 Earls Green

📋 copy color: '#BBA731'

red 187 ◦ green 167 ◦ blue 49

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

Shades of Earls Green #BBA731

Tints of Earls Green #BBA731

RGB

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

 GREEN value IS 167 (65.63% from 255) = 41.44%

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

R = 46.4%
G = 41.44%
B = 12.16%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BBA731 (or 0xBBA731) is known color: Earls Green. HEX triplet: BB, A7 and 31. RGB value is (187,167,49). Sum of RGB (Red+Green+Blue) = 187+167+49=403 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.40% from 403); Green value is 167 (65.62% from 255 or 41.44% from 403); Blue value is 49 (19.53% from 255 or 12.16% from 403); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA731 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA731 is #4458CE. Grayscale: #A0A0A0. Windows color (decimal): -4479183 or 3254203. OLE color: 3254203.

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

Color convert

RGB 187 167 49 -
CMYK 0 0.11 0.74 0.27
HSL 51.3º 0.58% 0.46% -
HSV(B) 51.3º 0.74% 0.73% -
XYZ 34.87 38.42 8.48 -
YUV 159.53 65.63 147.59 -
System Red Green Blue C M Y K H S L
Decimal 187 167 49 0 0.11 0.74 0.27 51.3 0.58 0.46
Hex BB A7 31 0 B 4A 1B 33 3A 2E
Octal 273 247 61 0 13 112 33 63 72 56
Binary 10111011 10100111 110001 0 1011 1001010 11011 110011 111010 101110

Color Harmonies of #BBA731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA731

Black with #BBA731

Text Example


Text Example

White with #BBA731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA731; }

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

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

background-color css

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

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

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

border-color css

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

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

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