Html Css Color HEX #B5BD68 Dark Khaki

📋 copy color: '#B5BD68'

red 181 ◦ green 189 ◦ blue 104

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

Shades of Dark Khaki #B5BD68

Tints of Dark Khaki #B5BD68

RGB

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

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

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

R = 38.19%
G = 39.87%
B = 21.94%

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

#B5BD68 (or 0xB5BD68) is known color: Dark Khaki. HEX triplet: B5, BD and 68. RGB value is (181,189,104). Sum of RGB (Red+Green+Blue) = 181+189+104=474 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.19% from 474); Green value is 189 (74.22% from 255 or 39.87% from 474); Blue value is 104 (41.02% from 255 or 21.94% from 474); Max value from RGB is 189 - color contains mainly: green. Hex color #B5BD68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5BD68 is #4A4297. Grayscale: #B1B1B1. Windows color (decimal): -4866712 or 6864309. OLE color: 6864309.

HSL color Cylindrical-coordinate representation of color #B5BD68: hue angle of 65.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 #B5BD68 is Cyan = 0.04, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.26.

Color convert

RGB 181 189 104 -
CMYK 0.04 0 0.45 0.26
HSL 65.65º 0.39% 0.57% -
HSV(B) 65.65º 0.45% 0.74% -
XYZ 39.75 47.22 20.12 -
YUV 176.92 86.85 130.91 -
System Red Green Blue C M Y K H S L
Decimal 181 189 104 0.04 0 0.45 0.26 65.65 0.39 0.57
Hex B5 BD 68 4 0 2D 1A 42 27 39
Octal 265 275 150 4 0 55 32 102 47 71
Binary 10110101 10111101 1101000 100 0 101101 11010 1000010 100111 111001

Color Harmonies of #B5BD68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5BD68

Black with #B5BD68

Text Example


Text Example

White with #B5BD68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5BD68; }

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

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

background-color css

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

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

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

border-color css

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

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

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