Html Css Color HEX #BCA816 Earls Green

📋 copy color: '#BCA816'

red 188 ◦ green 168 ◦ blue 22

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

Shades of Earls Green #BCA816

Tints of Earls Green #BCA816

RGB

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

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

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

R = 49.74%
G = 44.44%
B = 5.82%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#BCA816 (or 0xBCA816) is known color: Earls Green. HEX triplet: BC, A8 and 16. RGB value is (188,168,22). Sum of RGB (Red+Green+Blue) = 188+168+22=378 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.74% from 378); Green value is 168 (66.02% from 255 or 44.44% from 378); Blue value is 22 (8.98% from 255 or 5.82% from 378); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA816 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCA816 is #4357E9. Grayscale: #9D9D9D. Windows color (decimal): -4413418 or 1484988. OLE color: 1484988.

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

Color convert

RGB 188 168 22 -
CMYK 0 0.11 0.88 0.26
HSL 52.77º 0.79% 0.41% -
HSV(B) 52.77º 0.88% 0.74% -
XYZ 34.89 38.75 6.4 -
YUV 157.34 51.63 149.87 -
System Red Green Blue C M Y K H S L
Decimal 188 168 22 0 0.11 0.88 0.26 52.77 0.79 0.41
Hex BC A8 16 0 B 58 1A 35 4F 29
Octal 274 250 26 0 13 130 32 65 117 51
Binary 10111100 10101000 10110 0 1011 1011000 11010 110101 1001111 101001

Color Harmonies of #BCA816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA816

Black with #BCA816

Text Example


Text Example

White with #BCA816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA816; }

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

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

background-color css

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

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

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

border-color css

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

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

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