Html Css Color HEX #BCA41C Earls Green

📋 copy color: '#BCA41C'

red 188 ◦ green 164 ◦ blue 28

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

Shades of Earls Green #BCA41C

Tints of Earls Green #BCA41C

RGB

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

 GREEN value IS 164 (64.45% from 255) = 43.16%

 BLUE value IS 28 (11.33% from 255) = 7.37%

R = 49.47%
G = 43.16%
B = 7.37%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#BCA41C (or 0xBCA41C) is known color: Earls Green. HEX triplet: BC, A4 and 1C. RGB value is (188,164,28). Sum of RGB (Red+Green+Blue) = 188+164+28=380 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.47% from 380); Green value is 164 (64.45% from 255 or 43.16% from 380); Blue value is 28 (11.33% from 255 or 7.37% from 380); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA41C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA41C is #435BE3. Grayscale: #9C9C9C. Windows color (decimal): -4414436 or 1877180. OLE color: 1877180.

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

Color convert

RGB 188 164 28 -
CMYK 0 0.13 0.85 0.26
HSL 51º 0.74% 0.42% -
HSV(B) 51º 0.85% 0.74% -
XYZ 34.22 37.33 6.5 -
YUV 155.67 55.95 151.06 -
System Red Green Blue C M Y K H S L
Decimal 188 164 28 0 0.13 0.85 0.26 51 0.74 0.42
Hex BC A4 1C 0 D 55 1A 33 4A 2A
Octal 274 244 34 0 15 125 32 63 112 52
Binary 10111100 10100100 11100 0 1101 1010101 11010 110011 1001010 101010

Color Harmonies of #BCA41C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA41C

Black with #BCA41C

Text Example


Text Example

White with #BCA41C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA41C; }

 p { color: rgb(188,164,28); }

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

background-color css

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

 a { background-color: rgb(188,164,28); }

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

border-color css

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

 span { border-color: rgb(188,164,28); }

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