Html Css Color HEX #BBA631 Earls Green

📋 copy color: '#BBA631'

red 187 ◦ green 166 ◦ blue 49

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

Shades of Earls Green #BBA631

Tints of Earls Green #BBA631

RGB

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

 GREEN value IS 166 (65.23% from 255) = 41.29%

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

R = 46.52%
G = 41.29%
B = 12.19%

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

#BBA631 (or 0xBBA631) is known color: Earls Green. HEX triplet: BB, A6 and 31. RGB value is (187,166,49). Sum of RGB (Red+Green+Blue) = 187+166+49=402 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.52% from 402); Green value is 166 (65.23% from 255 or 41.29% from 402); Blue value is 49 (19.53% from 255 or 12.19% from 402); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA631 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA631 is #4459CE. Grayscale: #9F9F9F. Windows color (decimal): -4479439 or 3253947. OLE color: 3253947.

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

Color convert

RGB 187 166 49 -
CMYK 0 0.11 0.74 0.27
HSL 50.87º 0.58% 0.46% -
HSV(B) 50.87º 0.74% 0.73% -
XYZ 34.68 38.06 8.42 -
YUV 158.94 65.96 148.01 -
System Red Green Blue C M Y K H S L
Decimal 187 166 49 0 0.11 0.74 0.27 50.87 0.58 0.46
Hex BB A6 31 0 B 4A 1B 33 3A 2E
Octal 273 246 61 0 13 112 33 63 72 56
Binary 10111011 10100110 110001 0 1011 1001010 11011 110011 111010 101110

Color Harmonies of #BBA631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA631

Black with #BBA631

Text Example


Text Example

White with #BBA631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA631; }

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

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

background-color css

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

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

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

border-color css

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

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

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