Html Css Color HEX #BCAB1F Earls Green

📋 copy color: '#BCAB1F'

red 188 ◦ green 171 ◦ blue 31

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

Shades of Earls Green #BCAB1F

Tints of Earls Green #BCAB1F

RGB

 RED value IS 188 (73.83% from 255) = 48.21%

 GREEN value IS 171 (67.19% from 255) = 43.85%

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

R = 48.21%
G = 43.85%
B = 7.95%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#BCAB1F (or 0xBCAB1F) is known color: Earls Green. HEX triplet: BC, AB and 1F. RGB value is (188,171,31). Sum of RGB (Red+Green+Blue) = 188+171+31=390 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.21% from 390); Green value is 171 (67.19% from 255 or 43.85% from 390); Blue value is 31 (12.5% from 255 or 7.95% from 390); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAB1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAB1F is #4354E0. Grayscale: #A0A0A0. Windows color (decimal): -4412641 or 2075580. OLE color: 2075580.

HSL color Cylindrical-coordinate representation of color #BCAB1F: hue angle of 53.5º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BCAB1F is Cyan = 0, Magento = 0.09, Yellow = 0.84 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 171 31 -
CMYK 0 0.09 0.84 0.26
HSL 53.5º 0.72% 0.43% -
HSV(B) 53.5º 0.84% 0.74% -
XYZ 35.55 39.92 7.13 -
YUV 160.12 55.13 147.88 -
System Red Green Blue C M Y K H S L
Decimal 188 171 31 0 0.09 0.84 0.26 53.5 0.72 0.43
Hex BC AB 1F 0 9 54 1A 36 48 2B
Octal 274 253 37 0 11 124 32 66 110 53
Binary 10111100 10101011 11111 0 1001 1010100 11010 110110 1001000 101011

Color Harmonies of #BCAB1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAB1F

Black with #BCAB1F

Text Example


Text Example

White with #BCAB1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAB1F; }

 p { color: rgb(188,171,31); }

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

background-color css

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

 a { background-color: rgb(188,171,31); }

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

border-color css

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

 span { border-color: rgb(188,171,31); }

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