Html Css Color HEX #BCC16B Dark Khaki

📋 copy color: '#BCC16B'

red 188 ◦ green 193 ◦ blue 107

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

Shades of Dark Khaki #BCC16B

Tints of Dark Khaki #BCC16B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 21.93%

R = 38.52%
G = 39.55%
B = 21.93%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#BCC16B (or 0xBCC16B) is known color: Dark Khaki. HEX triplet: BC, C1 and 6B. RGB value is (188,193,107). Sum of RGB (Red+Green+Blue) = 188+193+107=488 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.52% from 488); Green value is 193 (75.78% from 255 or 39.55% from 488); Blue value is 107 (42.19% from 255 or 21.93% from 488); Max value from RGB is 193 - color contains mainly: green. Hex color #BCC16B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC16B is #433E94. Grayscale: #B6B6B6. Windows color (decimal): -4406933 or 7061948. OLE color: 7061948.

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

Color convert

RGB 188 193 107 -
CMYK 0.03 0 0.45 0.24
HSL 63.49º 0.41% 0.59% -
HSV(B) 63.49º 0.45% 0.76% -
XYZ 42.46 49.89 21.3 -
YUV 181.7 85.84 132.49 -
System Red Green Blue C M Y K H S L
Decimal 188 193 107 0.03 0 0.45 0.24 63.49 0.41 0.59
Hex BC C1 6B 3 0 2D 18 3F 29 3B
Octal 274 301 153 3 0 55 30 77 51 73
Binary 10111100 11000001 1101011 11 0 101101 11000 111111 101001 111011

Color Harmonies of #BCC16B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC16B

Black with #BCC16B

Text Example


Text Example

White with #BCC16B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC16B; }

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

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

background-color css

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

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

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

border-color css

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

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

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