Html Css Color HEX #BCA616 Earls Green

📋 copy color: '#BCA616'

red 188 ◦ green 166 ◦ blue 22

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

Shades of Earls Green #BCA616

Tints of Earls Green #BCA616

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.85%

R = 50%
G = 44.15%
B = 5.85%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#BCA616 (or 0xBCA616) is known color: Earls Green. HEX triplet: BC, A6 and 16. RGB value is (188,166,22). Sum of RGB (Red+Green+Blue) = 188+166+22=376 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50% from 376); Green value is 166 (65.23% from 255 or 44.15% from 376); Blue value is 22 (8.98% from 255 or 5.85% from 376); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA616 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCA616 is #4359E9. Grayscale: #9C9C9C. Windows color (decimal): -4413930 or 1484476. OLE color: 1484476.

HSL color Cylindrical-coordinate representation of color #BCA616: hue angle of 52.05º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BCA616 is Cyan = 0, Magento = 0.12, Yellow = 0.88 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 166 22 -
CMYK 0 0.12 0.88 0.26
HSL 52.05º 0.79% 0.41% -
HSV(B) 52.05º 0.88% 0.74% -
XYZ 34.52 38.02 6.28 -
YUV 156.16 52.29 150.71 -
System Red Green Blue C M Y K H S L
Decimal 188 166 22 0 0.12 0.88 0.26 52.05 0.79 0.41
Hex BC A6 16 0 C 58 1A 34 4F 29
Octal 274 246 26 0 14 130 32 64 117 51
Binary 10111100 10100110 10110 0 1100 1011000 11010 110100 1001111 101001

Color Harmonies of #BCA616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA616

Black with #BCA616

Text Example


Text Example

White with #BCA616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA616; }

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

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

background-color css

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

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

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

border-color css

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

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

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