Html Css Color HEX #BBA42F Earls Green

📋 copy color: '#BBA42F'

red 187 ◦ green 164 ◦ blue 47

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

Shades of Earls Green #BBA42F

Tints of Earls Green #BBA42F

RGB

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

 GREEN value IS 164 (64.45% from 255) = 41.21%

 BLUE value IS 47 (18.75% from 255) = 11.81%

R = 46.98%
G = 41.21%
B = 11.81%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#BBA42F (or 0xBBA42F) is known color: Earls Green. HEX triplet: BB, A4 and 2F. RGB value is (187,164,47). Sum of RGB (Red+Green+Blue) = 187+164+47=398 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.98% from 398); Green value is 164 (64.45% from 255 or 41.21% from 398); Blue value is 47 (18.75% from 255 or 11.81% from 398); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA42F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA42F is #445BD0. Grayscale: #9E9E9E. Windows color (decimal): -4479953 or 3122363. OLE color: 3122363.

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

Color convert

RGB 187 164 47 -
CMYK 0 0.12 0.75 0.27
HSL 50.14º 0.6% 0.46% -
HSV(B) 50.14º 0.75% 0.73% -
XYZ 34.28 37.32 8.09 -
YUV 157.54 65.62 149.01 -
System Red Green Blue C M Y K H S L
Decimal 187 164 47 0 0.12 0.75 0.27 50.14 0.6 0.46
Hex BB A4 2F 0 C 4B 1B 32 3C 2E
Octal 273 244 57 0 14 113 33 62 74 56
Binary 10111011 10100100 101111 0 1100 1001011 11011 110010 111100 101110

Color Harmonies of #BBA42F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA42F

Black with #BBA42F

Text Example


Text Example

White with #BBA42F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA42F; }

 p { color: rgb(187,164,47); }

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

background-color css

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

 a { background-color: rgb(187,164,47); }

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

border-color css

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

 span { border-color: rgb(187,164,47); }

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