Html Css Color HEX #BCA81C Earls Green

📋 copy color: '#BCA81C'

red 188 ◦ green 168 ◦ blue 28

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

Shades of Earls Green #BCA81C

Tints of Earls Green #BCA81C

RGB

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

 GREEN value IS 168 (66.02% from 255) = 43.75%

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

R = 48.96%
G = 43.75%
B = 7.29%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#BCA81C (or 0xBCA81C) is known color: Earls Green. HEX triplet: BC, A8 and 1C. RGB value is (188,168,28). Sum of RGB (Red+Green+Blue) = 188+168+28=384 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.96% from 384); Green value is 168 (66.02% from 255 or 43.75% from 384); Blue value is 28 (11.33% from 255 or 7.29% from 384); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA81C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA81C is #4357E3. Grayscale: #9E9E9E. Windows color (decimal): -4413412 or 1878204. OLE color: 1878204.

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

Color convert

RGB 188 168 28 -
CMYK 0 0.11 0.85 0.26
HSL 52.5º 0.74% 0.42% -
HSV(B) 52.5º 0.85% 0.74% -
XYZ 34.95 38.78 6.74 -
YUV 158.02 54.63 149.38 -
System Red Green Blue C M Y K H S L
Decimal 188 168 28 0 0.11 0.85 0.26 52.5 0.74 0.42
Hex BC A8 1C 0 B 55 1A 34 4A 2A
Octal 274 250 34 0 13 125 32 64 112 52
Binary 10111100 10101000 11100 0 1011 1010101 11010 110100 1001010 101010

Color Harmonies of #BCA81C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA81C

Black with #BCA81C

Text Example


Text Example

White with #BCA81C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA81C; }

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

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

background-color css

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

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

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

border-color css

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

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

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