Html Css Color HEX #BCAB1D Earls Green

📋 copy color: '#BCAB1D'

red 188 ◦ green 171 ◦ blue 29

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

Shades of Earls Green #BCAB1D

Tints of Earls Green #BCAB1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.47%

R = 48.45%
G = 44.07%
B = 7.47%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#BCAB1D (or 0xBCAB1D) is known color: Earls Green. HEX triplet: BC, AB and 1D. RGB value is (188,171,29). Sum of RGB (Red+Green+Blue) = 188+171+29=388 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.45% from 388); Green value is 171 (67.19% from 255 or 44.07% from 388); Blue value is 29 (11.72% from 255 or 7.47% from 388); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAB1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAB1D is #4354E2. Grayscale: #A0A0A0. Windows color (decimal): -4412643 or 1944508. OLE color: 1944508.

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

Color convert

RGB 188 171 29 -
CMYK 0 0.09 0.85 0.26
HSL 53.58º 0.73% 0.43% -
HSV(B) 53.58º 0.85% 0.74% -
XYZ 35.52 39.91 6.99 -
YUV 159.9 54.13 148.05 -
System Red Green Blue C M Y K H S L
Decimal 188 171 29 0 0.09 0.85 0.26 53.58 0.73 0.43
Hex BC AB 1D 0 9 55 1A 36 49 2B
Octal 274 253 35 0 11 125 32 66 111 53
Binary 10111100 10101011 11101 0 1001 1010101 11010 110110 1001001 101011

Color Harmonies of #BCAB1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAB1D

Black with #BCAB1D

Text Example


Text Example

White with #BCAB1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAB1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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