Html Css Color HEX #BCBE6B Dark Khaki

📋 copy color: '#BCBE6B'

red 188 ◦ green 190 ◦ blue 107

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

Shades of Dark Khaki #BCBE6B

Tints of Dark Khaki #BCBE6B

RGB

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

 GREEN value IS 190 (74.61% from 255) = 39.18%

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

R = 38.76%
G = 39.18%
B = 22.06%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#BCBE6B (or 0xBCBE6B) is known color: Dark Khaki. HEX triplet: BC, BE and 6B. RGB value is (188,190,107). Sum of RGB (Red+Green+Blue) = 188+190+107=485 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.76% from 485); Green value is 190 (74.61% from 255 or 39.18% from 485); Blue value is 107 (42.19% from 255 or 22.06% from 485); Max value from RGB is 190 - color contains mainly: green. Hex color #BCBE6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBE6B is #434194. Grayscale: #B4B4B4. Windows color (decimal): -4407701 or 7061180. OLE color: 7061180.

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

Color convert

RGB 188 190 107 -
CMYK 0.01 0 0.44 0.25
HSL 61.45º 0.39% 0.58% -
HSV(B) 61.45º 0.44% 0.75% -
XYZ 41.81 48.58 21.08 -
YUV 179.94 86.84 133.75 -
System Red Green Blue C M Y K H S L
Decimal 188 190 107 0.01 0 0.44 0.25 61.45 0.39 0.58
Hex BC BE 6B 1 0 2C 19 3D 27 3A
Octal 274 276 153 1 0 54 31 75 47 72
Binary 10111100 10111110 1101011 1 0 101100 11001 111101 100111 111010

Color Harmonies of #BCBE6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBE6B

Black with #BCBE6B

Text Example


Text Example

White with #BCBE6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBE6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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