Html Css Color HEX #BCC16E Dark Khaki

📋 copy color: '#BCC16E'

red 188 ◦ green 193 ◦ blue 110

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

Shades of Dark Khaki #BCC16E

Tints of Dark Khaki #BCC16E

RGB

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

 GREEN value IS 193 (75.78% from 255) = 39.31%

 BLUE value IS 110 (43.36% from 255) = 22.4%

R = 38.29%
G = 39.31%
B = 22.4%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#BCC16E (or 0xBCC16E) is known color: Dark Khaki. HEX triplet: BC, C1 and 6E. RGB value is (188,193,110). Sum of RGB (Red+Green+Blue) = 188+193+110=491 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.29% from 491); Green value is 193 (75.78% from 255 or 39.31% from 491); Blue value is 110 (43.36% from 255 or 22.40% from 491); Max value from RGB is 193 - color contains mainly: green. Hex color #BCC16E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC16E is #433E91. Grayscale: #B6B6B6. Windows color (decimal): -4406930 or 7258556. OLE color: 7258556.

HSL color Cylindrical-coordinate representation of color #BCC16E: hue angle of 63.61º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BCC16E is Cyan = 0.03, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.24.

Color convert

RGB 188 193 110 -
CMYK 0.03 0 0.43 0.24
HSL 63.61º 0.4% 0.59% -
HSV(B) 63.61º 0.43% 0.76% -
XYZ 42.62 49.96 22.15 -
YUV 182.04 87.34 132.25 -
System Red Green Blue C M Y K H S L
Decimal 188 193 110 0.03 0 0.43 0.24 63.61 0.4 0.59
Hex BC C1 6E 3 0 2B 18 40 28 3B
Octal 274 301 156 3 0 53 30 100 50 73
Binary 10111100 11000001 1101110 11 0 101011 11000 1000000 101000 111011

Color Harmonies of #BCC16E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC16E

Black with #BCC16E

Text Example


Text Example

White with #BCC16E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC16E; }

 p { color: rgb(188,193,110); }

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

background-color css

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

 a { background-color: rgb(188,193,110); }

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

border-color css

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

 span { border-color: rgb(188,193,110); }

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