Html Css Color HEX #BBA72F Earls Green

📋 copy color: '#BBA72F'

red 187 ◦ green 167 ◦ blue 47

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

Shades of Earls Green #BBA72F

Tints of Earls Green #BBA72F

RGB

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

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

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

R = 46.63%
G = 41.65%
B = 11.72%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#BBA72F (or 0xBBA72F) is known color: Earls Green. HEX triplet: BB, A7 and 2F. RGB value is (187,167,47). Sum of RGB (Red+Green+Blue) = 187+167+47=401 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.63% from 401); Green value is 167 (65.62% from 255 or 41.65% from 401); Blue value is 47 (18.75% from 255 or 11.72% from 401); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA72F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA72F is #4458D0. Grayscale: #9F9F9F. Windows color (decimal): -4479185 or 3123131. OLE color: 3123131.

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

Color convert

RGB 187 167 47 -
CMYK 0 0.11 0.75 0.27
HSL 51.43º 0.6% 0.46% -
HSV(B) 51.43º 0.75% 0.73% -
XYZ 34.83 38.41 8.27 -
YUV 159.3 64.63 147.76 -
System Red Green Blue C M Y K H S L
Decimal 187 167 47 0 0.11 0.75 0.27 51.43 0.6 0.46
Hex BB A7 2F 0 B 4B 1B 33 3C 2E
Octal 273 247 57 0 13 113 33 63 74 56
Binary 10111011 10100111 101111 0 1011 1001011 11011 110011 111100 101110

Color Harmonies of #BBA72F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA72F

Black with #BBA72F

Text Example


Text Example

White with #BBA72F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA72F; }

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

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

background-color css

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

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

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

border-color css

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

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

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