Html Css Color HEX #BCC068 Dark Khaki

📋 copy color: '#BCC068'

red 188 ◦ green 192 ◦ blue 104

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

Shades of Dark Khaki #BCC068

Tints of Dark Khaki #BCC068

RGB

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

 GREEN value IS 192 (75.39% from 255) = 39.67%

 BLUE value IS 104 (41.02% from 255) = 21.49%

R = 38.84%
G = 39.67%
B = 21.49%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#BCC068 (or 0xBCC068) is known color: Dark Khaki. HEX triplet: BC, C0 and 68. RGB value is (188,192,104). Sum of RGB (Red+Green+Blue) = 188+192+104=484 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.84% from 484); Green value is 192 (75.39% from 255 or 39.67% from 484); Blue value is 104 (41.02% from 255 or 21.49% from 484); Max value from RGB is 192 - color contains mainly: green. Hex color #BCC068 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC068 is #433F97. Grayscale: #B5B5B5. Windows color (decimal): -4407192 or 6865084. OLE color: 6865084.

HSL color Cylindrical-coordinate representation of color #BCC068: hue angle of 62.73º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BCC068 is Cyan = 0.02, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.25.

Color convert

RGB 188 192 104 -
CMYK 0.02 0 0.46 0.25
HSL 62.73º 0.41% 0.58% -
HSV(B) 62.73º 0.46% 0.75% -
XYZ 42.09 49.39 20.41 -
YUV 180.77 84.67 133.16 -
System Red Green Blue C M Y K H S L
Decimal 188 192 104 0.02 0 0.46 0.25 62.73 0.41 0.58
Hex BC C0 68 2 0 2E 19 3F 29 3A
Octal 274 300 150 2 0 56 31 77 51 72
Binary 10111100 11000000 1101000 10 0 101110 11001 111111 101001 111010

Color Harmonies of #BCC068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC068

Black with #BCC068

Text Example


Text Example

White with #BCC068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC068; }

 p { color: rgb(188,192,104); }

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

background-color css

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

 a { background-color: rgb(188,192,104); }

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

border-color css

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

 span { border-color: rgb(188,192,104); }

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