Html Css Color HEX #B5BC68 Dark Khaki

📋 copy color: '#B5BC68'

red 181 ◦ green 188 ◦ blue 104

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

Shades of Dark Khaki #B5BC68

Tints of Dark Khaki #B5BC68

RGB

 RED value IS 181 (71.09% from 255) = 38.27%

 GREEN value IS 188 (73.83% from 255) = 39.75%

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

R = 38.27%
G = 39.75%
B = 21.99%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#B5BC68 (or 0xB5BC68) is known color: Dark Khaki. HEX triplet: B5, BC and 68. RGB value is (181,188,104). Sum of RGB (Red+Green+Blue) = 181+188+104=473 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.27% from 473); Green value is 188 (73.83% from 255 or 39.75% from 473); Blue value is 104 (41.02% from 255 or 21.99% from 473); Max value from RGB is 188 - color contains mainly: green. Hex color #B5BC68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5BC68 is #4A4397. Grayscale: #B0B0B0. Windows color (decimal): -4866968 or 6864053. OLE color: 6864053.

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

Color convert

RGB 181 188 104 -
CMYK 0.04 0 0.45 0.26
HSL 65º 0.39% 0.57% -
HSV(B) 65º 0.45% 0.74% -
XYZ 39.54 46.79 20.04 -
YUV 176.33 87.18 131.33 -
System Red Green Blue C M Y K H S L
Decimal 181 188 104 0.04 0 0.45 0.26 65 0.39 0.57
Hex B5 BC 68 4 0 2D 1A 41 27 39
Octal 265 274 150 4 0 55 32 101 47 71
Binary 10110101 10111100 1101000 100 0 101101 11010 1000001 100111 111001

Color Harmonies of #B5BC68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5BC68

Black with #B5BC68

Text Example


Text Example

White with #B5BC68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5BC68; }

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

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

background-color css

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

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

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

border-color css

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

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

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