Html Css Color HEX #BCC16C Dark Khaki

📋 copy color: '#BCC16C'

red 188 ◦ green 193 ◦ blue 108

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

Shades of Dark Khaki #BCC16C

Tints of Dark Khaki #BCC16C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 22.09%

R = 38.45%
G = 39.47%
B = 22.09%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#BCC16C (or 0xBCC16C) is known color: Dark Khaki. HEX triplet: BC, C1 and 6C. RGB value is (188,193,108). Sum of RGB (Red+Green+Blue) = 188+193+108=489 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.45% from 489); Green value is 193 (75.78% from 255 or 39.47% from 489); Blue value is 108 (42.58% from 255 or 22.09% from 489); Max value from RGB is 193 - color contains mainly: green. Hex color #BCC16C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC16C is #433E93. Grayscale: #B6B6B6. Windows color (decimal): -4406932 or 7127484. OLE color: 7127484.

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

Color convert

RGB 188 193 108 -
CMYK 0.03 0 0.44 0.24
HSL 63.53º 0.41% 0.59% -
HSV(B) 63.53º 0.44% 0.76% -
XYZ 42.52 49.91 21.58 -
YUV 181.82 86.34 132.41 -
System Red Green Blue C M Y K H S L
Decimal 188 193 108 0.03 0 0.44 0.24 63.53 0.41 0.59
Hex BC C1 6C 3 0 2C 18 40 29 3B
Octal 274 301 154 3 0 54 30 100 51 73
Binary 10111100 11000001 1101100 11 0 101100 11000 1000000 101001 111011

Color Harmonies of #BCC16C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC16C

Black with #BCC16C

Text Example


Text Example

White with #BCC16C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC16C; }

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

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

background-color css

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

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

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

border-color css

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

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

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