Html Css Color HEX #BCC069 Dark Khaki

📋 copy color: '#BCC069'

red 188 ◦ green 192 ◦ blue 105

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

Shades of Dark Khaki #BCC069

Tints of Dark Khaki #BCC069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 21.65%

R = 38.76%
G = 39.59%
B = 21.65%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#BCC069 (or 0xBCC069) is known color: Dark Khaki. HEX triplet: BC, C0 and 69. RGB value is (188,192,105). Sum of RGB (Red+Green+Blue) = 188+192+105=485 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.76% from 485); Green value is 192 (75.39% from 255 or 39.59% from 485); Blue value is 105 (41.41% from 255 or 21.65% from 485); Max value from RGB is 192 - color contains mainly: green. Hex color #BCC069 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC069 is #433F96. Grayscale: #B5B5B5. Windows color (decimal): -4407191 or 6930620. OLE color: 6930620.

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

Color convert

RGB 188 192 105 -
CMYK 0.02 0 0.45 0.25
HSL 62.76º 0.41% 0.58% -
HSV(B) 62.76º 0.45% 0.75% -
XYZ 42.14 49.41 20.68 -
YUV 180.89 85.17 133.07 -
System Red Green Blue C M Y K H S L
Decimal 188 192 105 0.02 0 0.45 0.25 62.76 0.41 0.58
Hex BC C0 69 2 0 2D 19 3F 29 3A
Octal 274 300 151 2 0 55 31 77 51 72
Binary 10111100 11000000 1101001 10 0 101101 11001 111111 101001 111010

Color Harmonies of #BCC069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC069

Black with #BCC069

Text Example


Text Example

White with #BCC069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC069; }

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

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

background-color css

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

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

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

border-color css

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

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

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