Html Css Color HEX #BCBD66 Dark Khaki

📋 copy color: '#BCBD66'

red 188 ◦ green 189 ◦ blue 102

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

Shades of Dark Khaki #BCBD66

Tints of Dark Khaki #BCBD66

RGB

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

 GREEN value IS 189 (74.22% from 255) = 39.46%

 BLUE value IS 102 (40.23% from 255) = 21.29%

R = 39.25%
G = 39.46%
B = 21.29%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#BCBD66 (or 0xBCBD66) is known color: Dark Khaki. HEX triplet: BC, BD and 66. RGB value is (188,189,102). Sum of RGB (Red+Green+Blue) = 188+189+102=479 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.25% from 479); Green value is 189 (74.22% from 255 or 39.46% from 479); Blue value is 102 (40.23% from 255 or 21.29% from 479); Max value from RGB is 189 - color contains mainly: green. Hex color #BCBD66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBD66 is #434299. Grayscale: #B3B3B3. Windows color (decimal): -4407962 or 6733244. OLE color: 6733244.

HSL color Cylindrical-coordinate representation of color #BCBD66: hue angle of 60.69º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BCBD66 is Cyan = 0.01, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 189 102 -
CMYK 0.01 0 0.46 0.26
HSL 60.69º 0.4% 0.57% -
HSV(B) 60.69º 0.46% 0.74% -
XYZ 41.33 48.05 19.67 -
YUV 178.78 84.67 134.57 -
System Red Green Blue C M Y K H S L
Decimal 188 189 102 0.01 0 0.46 0.26 60.69 0.4 0.57
Hex BC BD 66 1 0 2E 1A 3D 28 39
Octal 274 275 146 1 0 56 32 75 50 71
Binary 10111100 10111101 1100110 1 0 101110 11010 111101 101000 111001

Color Harmonies of #BCBD66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBD66

Black with #BCBD66

Text Example


Text Example

White with #BCBD66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBD66; }

 p { color: rgb(188,189,102); }

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

background-color css

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

 a { background-color: rgb(188,189,102); }

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

border-color css

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

 span { border-color: rgb(188,189,102); }

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