Html Css Color HEX #B5B76C Dark Khaki

📋 copy color: '#B5B76C'

red 181 ◦ green 183 ◦ blue 108

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

Shades of Dark Khaki #B5B76C

Tints of Dark Khaki #B5B76C

RGB

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

 GREEN value IS 183 (71.88% from 255) = 38.77%

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

R = 38.35%
G = 38.77%
B = 22.88%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.41

 K value IS 0.28

RGB Variations

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

Color information

#B5B76C (or 0xB5B76C) is known color: Dark Khaki. HEX triplet: B5, B7 and 6C. RGB value is (181,183,108). Sum of RGB (Red+Green+Blue) = 181+183+108=472 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.35% from 472); Green value is 183 (71.88% from 255 or 38.77% from 472); Blue value is 108 (42.58% from 255 or 22.88% from 472); Max value from RGB is 183 - color contains mainly: green. Hex color #B5B76C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5B76C is #4A4893. Grayscale: #AEAEAE. Windows color (decimal): -4868244 or 7124917. OLE color: 7124917.

HSL color Cylindrical-coordinate representation of color #B5B76C: hue angle of 61.6º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B5B76C is Cyan = 0.01, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.28.

Color convert

RGB 181 183 108 -
CMYK 0.01 0 0.41 0.28
HSL 61.6º 0.34% 0.57% -
HSV(B) 61.6º 0.41% 0.72% -
XYZ 38.7 44.77 20.79 -
YUV 173.85 90.84 133.1 -
System Red Green Blue C M Y K H S L
Decimal 181 183 108 0.01 0 0.41 0.28 61.6 0.34 0.57
Hex B5 B7 6C 1 0 29 1C 3E 22 39
Octal 265 267 154 1 0 51 34 76 42 71
Binary 10110101 10110111 1101100 1 0 101001 11100 111110 100010 111001

Color Harmonies of #B5B76C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5B76C

Black with #B5B76C

Text Example


Text Example

White with #B5B76C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5B76C; }

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

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

background-color css

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

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

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

border-color css

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

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

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