Html Css Color HEX #BCAB1E Earls Green

📋 copy color: '#BCAB1E'

red 188 ◦ green 171 ◦ blue 30

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

Shades of Earls Green #BCAB1E

Tints of Earls Green #BCAB1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.71%

R = 48.33%
G = 43.96%
B = 7.71%

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

#BCAB1E (or 0xBCAB1E) is known color: Earls Green. HEX triplet: BC, AB and 1E. RGB value is (188,171,30). Sum of RGB (Red+Green+Blue) = 188+171+30=389 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.33% from 389); Green value is 171 (67.19% from 255 or 43.96% from 389); Blue value is 30 (12.11% from 255 or 7.71% from 389); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAB1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAB1E is #4354E1. Grayscale: #A0A0A0. Windows color (decimal): -4412642 or 2010044. OLE color: 2010044.

HSL color Cylindrical-coordinate representation of color #BCAB1E: hue angle of 53.54º 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 #BCAB1E is Cyan = 0, Magento = 0.09, Yellow = 0.84 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 171 30 -
CMYK 0 0.09 0.84 0.26
HSL 53.54º 0.72% 0.43% -
HSV(B) 53.54º 0.84% 0.74% -
XYZ 35.54 39.91 7.06 -
YUV 160.01 54.63 147.96 -
System Red Green Blue C M Y K H S L
Decimal 188 171 30 0 0.09 0.84 0.26 53.54 0.72 0.43
Hex BC AB 1E 0 9 54 1A 36 48 2B
Octal 274 253 36 0 11 124 32 66 110 53
Binary 10111100 10101011 11110 0 1001 1010100 11010 110110 1001000 101011

Color Harmonies of #BCAB1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAB1E

Black with #BCAB1E

Text Example


Text Example

White with #BCAB1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAB1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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