Html Css Color HEX #BBA632 Earls Green

📋 copy color: '#BBA632'

red 187 ◦ green 166 ◦ blue 50

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

Shades of Earls Green #BBA632

Tints of Earls Green #BBA632

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 12.41%

R = 46.4%
G = 41.19%
B = 12.41%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BBA632 (or 0xBBA632) is known color: Earls Green. HEX triplet: BB, A6 and 32. RGB value is (187,166,50). Sum of RGB (Red+Green+Blue) = 187+166+50=403 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.40% from 403); Green value is 166 (65.23% from 255 or 41.19% from 403); Blue value is 50 (19.92% from 255 or 12.41% from 403); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA632 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA632 is #4459CD. Grayscale: #9F9F9F. Windows color (decimal): -4479438 or 3319483. OLE color: 3319483.

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

Color convert

RGB 187 166 50 -
CMYK 0 0.11 0.73 0.27
HSL 50.8º 0.58% 0.46% -
HSV(B) 50.8º 0.73% 0.73% -
XYZ 34.71 38.07 8.54 -
YUV 159.06 66.46 147.93 -
System Red Green Blue C M Y K H S L
Decimal 187 166 50 0 0.11 0.73 0.27 50.8 0.58 0.46
Hex BB A6 32 0 B 49 1B 33 3A 2E
Octal 273 246 62 0 13 111 33 63 72 56
Binary 10111011 10100110 110010 0 1011 1001001 11011 110011 111010 101110

Color Harmonies of #BBA632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA632

Black with #BBA632

Text Example


Text Example

White with #BBA632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA632; }

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

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

background-color css

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

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

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

border-color css

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

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

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