Html Css Color HEX #BBAD2F Earls Green

📋 copy color: '#BBAD2F'

red 187 ◦ green 173 ◦ blue 47

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

Shades of Earls Green #BBAD2F

Tints of Earls Green #BBAD2F

RGB

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

 GREEN value IS 173 (67.97% from 255) = 42.51%

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

R = 45.95%
G = 42.51%
B = 11.55%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#BBAD2F (or 0xBBAD2F) is known color: Earls Green. HEX triplet: BB, AD and 2F. RGB value is (187,173,47). Sum of RGB (Red+Green+Blue) = 187+173+47=407 (53% of max value = 765). Red value is 187 (73.44% from 255 or 45.95% from 407); Green value is 173 (67.97% from 255 or 42.51% from 407); Blue value is 47 (18.75% from 255 or 11.55% from 407); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAD2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAD2F is #4452D0. Grayscale: #A3A3A3. Windows color (decimal): -4477649 or 3124667. OLE color: 3124667.

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

Color convert

RGB 187 173 47 -
CMYK 0 0.07 0.75 0.27
HSL 54º 0.6% 0.46% -
HSV(B) 54º 0.75% 0.73% -
XYZ 35.95 40.66 8.64 -
YUV 162.82 62.64 145.25 -
System Red Green Blue C M Y K H S L
Decimal 187 173 47 0 0.07 0.75 0.27 54 0.6 0.46
Hex BB AD 2F 0 7 4B 1B 36 3C 2E
Octal 273 255 57 0 7 113 33 66 74 56
Binary 10111011 10101101 101111 0 111 1001011 11011 110110 111100 101110

Color Harmonies of #BBAD2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAD2F

Black with #BBAD2F

Text Example


Text Example

White with #BBAD2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAD2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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