Html Css Color HEX #B5BD69 Dark Khaki

📋 copy color: '#B5BD69'

red 181 ◦ green 189 ◦ blue 105

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

Shades of Dark Khaki #B5BD69

Tints of Dark Khaki #B5BD69

RGB

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

 GREEN value IS 189 (74.22% from 255) = 39.79%

 BLUE value IS 105 (41.41% from 255) = 22.11%

R = 38.11%
G = 39.79%
B = 22.11%

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

#B5BD69 (or 0xB5BD69) is known color: Dark Khaki. HEX triplet: B5, BD and 69. RGB value is (181,189,105). Sum of RGB (Red+Green+Blue) = 181+189+105=475 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.11% from 475); Green value is 189 (74.22% from 255 or 39.79% from 475); Blue value is 105 (41.41% from 255 or 22.11% from 475); Max value from RGB is 189 - color contains mainly: green. Hex color #B5BD69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5BD69 is #4A4296. Grayscale: #B1B1B1. Windows color (decimal): -4866711 or 6929845. OLE color: 6929845.

HSL color Cylindrical-coordinate representation of color #B5BD69: hue angle of 65.71º degrees, saturation: 0.39, 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 #B5BD69 is Cyan = 0.04, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.26.

Color convert

RGB 181 189 105 -
CMYK 0.04 0 0.44 0.26
HSL 65.71º 0.39% 0.58% -
HSV(B) 65.71º 0.44% 0.74% -
XYZ 39.8 47.24 20.38 -
YUV 177.03 87.35 130.83 -
System Red Green Blue C M Y K H S L
Decimal 181 189 105 0.04 0 0.44 0.26 65.71 0.39 0.58
Hex B5 BD 69 4 0 2C 1A 42 27 3A
Octal 265 275 151 4 0 54 32 102 47 72
Binary 10110101 10111101 1101001 100 0 101100 11010 1000010 100111 111010

Color Harmonies of #B5BD69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5BD69

Black with #B5BD69

Text Example


Text Example

White with #B5BD69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5BD69; }

 p { color: rgb(181,189,105); }

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

background-color css

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

 a { background-color: rgb(181,189,105); }

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

border-color css

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

 span { border-color: rgb(181,189,105); }

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