Html Css Color HEX #B5BC6E Dark Khaki

📋 copy color: '#B5BC6E'

red 181 ◦ green 188 ◦ blue 110

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

Shades of Dark Khaki #B5BC6E

Tints of Dark Khaki #B5BC6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 22.96%

R = 37.79%
G = 39.25%
B = 22.96%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#B5BC6E (or 0xB5BC6E) is known color: Dark Khaki. HEX triplet: B5, BC and 6E. RGB value is (181,188,110). Sum of RGB (Red+Green+Blue) = 181+188+110=479 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.79% from 479); Green value is 188 (73.83% from 255 or 39.25% from 479); Blue value is 110 (43.36% from 255 or 22.96% from 479); Max value from RGB is 188 - color contains mainly: green. Hex color #B5BC6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5BC6E is #4A4391. Grayscale: #B1B1B1. Windows color (decimal): -4866962 or 7257269. OLE color: 7257269.

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

Color convert

RGB 181 188 110 -
CMYK 0.04 0 0.41 0.26
HSL 65.38º 0.37% 0.58% -
HSV(B) 65.38º 0.41% 0.74% -
XYZ 39.85 46.92 21.71 -
YUV 177.02 90.18 130.84 -
System Red Green Blue C M Y K H S L
Decimal 181 188 110 0.04 0 0.41 0.26 65.38 0.37 0.58
Hex B5 BC 6E 4 0 29 1A 41 25 3A
Octal 265 274 156 4 0 51 32 101 45 72
Binary 10110101 10111100 1101110 100 0 101001 11010 1000001 100101 111010

Color Harmonies of #B5BC6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5BC6E

Black with #B5BC6E

Text Example


Text Example

White with #B5BC6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5BC6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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