Html Css Color HEX #B5BC6C Dark Khaki

📋 copy color: '#B5BC6C'

red 181 ◦ green 188 ◦ blue 108

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

Shades of Dark Khaki #B5BC6C

Tints of Dark Khaki #B5BC6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 22.64%

R = 37.95%
G = 39.41%
B = 22.64%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#B5BC6C (or 0xB5BC6C) is known color: Dark Khaki. HEX triplet: B5, BC and 6C. RGB value is (181,188,108). Sum of RGB (Red+Green+Blue) = 181+188+108=477 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.95% from 477); Green value is 188 (73.83% from 255 or 39.41% from 477); Blue value is 108 (42.58% from 255 or 22.64% from 477); Max value from RGB is 188 - color contains mainly: green. Hex color #B5BC6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5BC6C is #4A4393. Grayscale: #B1B1B1. Windows color (decimal): -4866964 or 7126197. OLE color: 7126197.

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

Color convert

RGB 181 188 108 -
CMYK 0.04 0 0.43 0.26
HSL 65.25º 0.37% 0.58% -
HSV(B) 65.25º 0.43% 0.74% -
XYZ 39.75 46.87 21.14 -
YUV 176.79 89.18 131 -
System Red Green Blue C M Y K H S L
Decimal 181 188 108 0.04 0 0.43 0.26 65.25 0.37 0.58
Hex B5 BC 6C 4 0 2B 1A 41 25 3A
Octal 265 274 154 4 0 53 32 101 45 72
Binary 10110101 10111100 1101100 100 0 101011 11010 1000001 100101 111010

Color Harmonies of #B5BC6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5BC6C

Black with #B5BC6C

Text Example


Text Example

White with #B5BC6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5BC6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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