Html Css Color HEX #BBA32F Earls Green

📋 copy color: '#BBA32F'

red 187 ◦ green 163 ◦ blue 47

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

Shades of Earls Green #BBA32F

Tints of Earls Green #BBA32F

RGB

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

 GREEN value IS 163 (64.06% from 255) = 41.06%

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

R = 47.1%
G = 41.06%
B = 11.84%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#BBA32F (or 0xBBA32F) is known color: Earls Green. HEX triplet: BB, A3 and 2F. RGB value is (187,163,47). Sum of RGB (Red+Green+Blue) = 187+163+47=397 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.10% from 397); Green value is 163 (64.06% from 255 or 41.06% from 397); Blue value is 47 (18.75% from 255 or 11.84% from 397); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA32F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA32F is #445CD0. Grayscale: #9D9D9D. Windows color (decimal): -4480209 or 3122107. OLE color: 3122107.

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

Color convert

RGB 187 163 47 -
CMYK 0 0.13 0.75 0.27
HSL 49.71º 0.6% 0.46% -
HSV(B) 49.71º 0.75% 0.73% -
XYZ 34.1 36.96 8.03 -
YUV 156.95 65.95 149.43 -
System Red Green Blue C M Y K H S L
Decimal 187 163 47 0 0.13 0.75 0.27 49.71 0.6 0.46
Hex BB A3 2F 0 D 4B 1B 32 3C 2E
Octal 273 243 57 0 15 113 33 62 74 56
Binary 10111011 10100011 101111 0 1101 1001011 11011 110010 111100 101110

Color Harmonies of #BBA32F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA32F

Black with #BBA32F

Text Example


Text Example

White with #BBA32F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA32F; }

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

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

background-color css

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

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

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

border-color css

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

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

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