Html Css Color HEX #BCA61D Earls Green

📋 copy color: '#BCA61D'

red 188 ◦ green 166 ◦ blue 29

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

Shades of Earls Green #BCA61D

Tints of Earls Green #BCA61D

RGB

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

 GREEN value IS 166 (65.23% from 255) = 43.34%

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

R = 49.09%
G = 43.34%
B = 7.57%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#BCA61D (or 0xBCA61D) is known color: Earls Green. HEX triplet: BC, A6 and 1D. RGB value is (188,166,29). Sum of RGB (Red+Green+Blue) = 188+166+29=383 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.09% from 383); Green value is 166 (65.23% from 255 or 43.34% from 383); Blue value is 29 (11.72% from 255 or 7.57% from 383); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA61D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA61D is #4359E2. Grayscale: #9D9D9D. Windows color (decimal): -4413923 or 1943228. OLE color: 1943228.

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

Color convert

RGB 188 166 29 -
CMYK 0 0.12 0.85 0.26
HSL 51.7º 0.73% 0.43% -
HSV(B) 51.7º 0.85% 0.74% -
XYZ 34.6 38.05 6.68 -
YUV 156.96 55.79 150.14 -
System Red Green Blue C M Y K H S L
Decimal 188 166 29 0 0.12 0.85 0.26 51.7 0.73 0.43
Hex BC A6 1D 0 C 55 1A 34 49 2B
Octal 274 246 35 0 14 125 32 64 111 53
Binary 10111100 10100110 11101 0 1100 1010101 11010 110100 1001001 101011

Color Harmonies of #BCA61D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA61D

Black with #BCA61D

Text Example


Text Example

White with #BCA61D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA61D; }

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

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

background-color css

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

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

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

border-color css

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

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

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