Html Css Color HEX #BBA92F Earls Green

📋 copy color: '#BBA92F'

red 187 ◦ green 169 ◦ blue 47

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

Shades of Earls Green #BBA92F

Tints of Earls Green #BBA92F

RGB

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

 GREEN value IS 169 (66.41% from 255) = 41.94%

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

R = 46.4%
G = 41.94%
B = 11.66%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#BBA92F (or 0xBBA92F) is known color: Earls Green. HEX triplet: BB, A9 and 2F. RGB value is (187,169,47). Sum of RGB (Red+Green+Blue) = 187+169+47=403 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.40% from 403); Green value is 169 (66.41% from 255 or 41.94% from 403); Blue value is 47 (18.75% from 255 or 11.66% from 403); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA92F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA92F is #4456D0. Grayscale: #A0A0A0. Windows color (decimal): -4478673 or 3123643. OLE color: 3123643.

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

Color convert

RGB 187 169 47 -
CMYK 0 0.10 0.75 0.27
HSL 52.29º 0.6% 0.46% -
HSV(B) 52.29º 0.75% 0.73% -
XYZ 35.19 39.15 8.39 -
YUV 160.47 63.96 146.92 -
System Red Green Blue C M Y K H S L
Decimal 187 169 47 0 0.10 0.75 0.27 52.29 0.6 0.46
Hex BB A9 2F 0 A 4B 1B 34 3C 2E
Octal 273 251 57 0 12 113 33 64 74 56
Binary 10111011 10101001 101111 0 1010 1001011 11011 110100 111100 101110

Color Harmonies of #BBA92F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA92F

Black with #BBA92F

Text Example


Text Example

White with #BBA92F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA92F; }

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

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

background-color css

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

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

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

border-color css

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

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

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