Html Css Color HEX #BBAC1F Earls Green

📋 copy color: '#BBAC1F'

red 187 ◦ green 172 ◦ blue 31

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

Shades of Earls Green #BBAC1F

Tints of Earls Green #BBAC1F

RGB

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

 GREEN value IS 172 (67.58% from 255) = 44.1%

 BLUE value IS 31 (12.5% from 255) = 7.95%

R = 47.95%
G = 44.1%
B = 7.95%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#BBAC1F (or 0xBBAC1F) is known color: Earls Green. HEX triplet: BB, AC and 1F. RGB value is (187,172,31). Sum of RGB (Red+Green+Blue) = 187+172+31=390 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.95% from 390); Green value is 172 (67.58% from 255 or 44.10% from 390); Blue value is 31 (12.5% from 255 or 7.95% from 390); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAC1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAC1F is #4453E0. Grayscale: #A0A0A0. Windows color (decimal): -4477921 or 2075835. OLE color: 2075835.

HSL color Cylindrical-coordinate representation of color #BBAC1F: hue angle of 54.23º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BBAC1F is Cyan = 0, Magento = 0.08, Yellow = 0.83 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 172 31 -
CMYK 0 0.08 0.83 0.27
HSL 54.23º 0.72% 0.43% -
HSV(B) 54.23º 0.83% 0.73% -
XYZ 35.49 40.17 7.18 -
YUV 160.41 54.97 146.96 -
System Red Green Blue C M Y K H S L
Decimal 187 172 31 0 0.08 0.83 0.27 54.23 0.72 0.43
Hex BB AC 1F 0 8 53 1B 36 48 2B
Octal 273 254 37 0 10 123 33 66 110 53
Binary 10111011 10101100 11111 0 1000 1010011 11011 110110 1001000 101011

Color Harmonies of #BBAC1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAC1F

Black with #BBAC1F

Text Example


Text Example

White with #BBAC1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAC1F; }

 p { color: rgb(187,172,31); }

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

background-color css

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

 a { background-color: rgb(187,172,31); }

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

border-color css

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

 span { border-color: rgb(187,172,31); }

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