Html Css Color HEX #B5BC6A Dark Khaki

📋 copy color: '#B5BC6A'

red 181 ◦ green 188 ◦ blue 106

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

Shades of Dark Khaki #B5BC6A

Tints of Dark Khaki #B5BC6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 22.32%

R = 38.11%
G = 39.58%
B = 22.32%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#B5BC6A (or 0xB5BC6A) is known color: Dark Khaki. HEX triplet: B5, BC and 6A. RGB value is (181,188,106). Sum of RGB (Red+Green+Blue) = 181+188+106=475 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.11% from 475); Green value is 188 (73.83% from 255 or 39.58% from 475); Blue value is 106 (41.80% from 255 or 22.32% from 475); Max value from RGB is 188 - color contains mainly: green. Hex color #B5BC6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5BC6A is #4A4395. Grayscale: #B0B0B0. Windows color (decimal): -4866966 or 6995125. OLE color: 6995125.

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

Color convert

RGB 181 188 106 -
CMYK 0.04 0 0.44 0.26
HSL 65.12º 0.38% 0.58% -
HSV(B) 65.12º 0.44% 0.74% -
XYZ 39.64 46.83 20.59 -
YUV 176.56 88.18 131.17 -
System Red Green Blue C M Y K H S L
Decimal 181 188 106 0.04 0 0.44 0.26 65.12 0.38 0.58
Hex B5 BC 6A 4 0 2C 1A 41 26 3A
Octal 265 274 152 4 0 54 32 101 46 72
Binary 10110101 10111100 1101010 100 0 101100 11010 1000001 100110 111010

Color Harmonies of #B5BC6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5BC6A

Black with #B5BC6A

Text Example


Text Example

White with #B5BC6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5BC6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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