Html Css Color HEX #BCA817 Earls Green

📋 copy color: '#BCA817'

red 188 ◦ green 168 ◦ blue 23

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

Shades of Earls Green #BCA817

Tints of Earls Green #BCA817

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.07%

R = 49.6%
G = 44.33%
B = 6.07%

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

#BCA817 (or 0xBCA817) is known color: Earls Green. HEX triplet: BC, A8 and 17. RGB value is (188,168,23). Sum of RGB (Red+Green+Blue) = 188+168+23=379 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.60% from 379); Green value is 168 (66.02% from 255 or 44.33% from 379); Blue value is 23 (9.38% from 255 or 6.07% from 379); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA817 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCA817 is #4357E8. Grayscale: #9E9E9E. Windows color (decimal): -4413417 or 1550524. OLE color: 1550524.

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

Color convert

RGB 188 168 23 -
CMYK 0 0.11 0.88 0.26
HSL 52.73º 0.78% 0.41% -
HSV(B) 52.73º 0.88% 0.74% -
XYZ 34.9 38.76 6.45 -
YUV 157.45 52.13 149.79 -
System Red Green Blue C M Y K H S L
Decimal 188 168 23 0 0.11 0.88 0.26 52.73 0.78 0.41
Hex BC A8 17 0 B 58 1A 35 4E 29
Octal 274 250 27 0 13 130 32 65 116 51
Binary 10111100 10101000 10111 0 1011 1011000 11010 110101 1001110 101001

Color Harmonies of #BCA817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA817

Black with #BCA817

Text Example


Text Example

White with #BCA817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA817; }

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

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

background-color css

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

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

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

border-color css

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

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

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