Html Css Color HEX #B5B76E Dark Khaki

📋 copy color: '#B5B76E'

red 181 ◦ green 183 ◦ blue 110

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

Shades of Dark Khaki #B5B76E

Tints of Dark Khaki #B5B76E

RGB

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

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

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

R = 38.19%
G = 38.61%
B = 23.21%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.40

 K value IS 0.28

RGB Variations

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

Color information

#B5B76E (or 0xB5B76E) is known color: Dark Khaki. HEX triplet: B5, B7 and 6E. RGB value is (181,183,110). Sum of RGB (Red+Green+Blue) = 181+183+110=474 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.19% from 474); Green value is 183 (71.88% from 255 or 38.61% from 474); Blue value is 110 (43.36% from 255 or 23.21% from 474); Max value from RGB is 183 - color contains mainly: green. Hex color #B5B76E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5B76E is #4A4891. Grayscale: #AEAEAE. Windows color (decimal): -4868242 or 7255989. OLE color: 7255989.

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

Color convert

RGB 181 183 110 -
CMYK 0.01 0 0.40 0.28
HSL 61.64º 0.34% 0.57% -
HSV(B) 61.64º 0.4% 0.72% -
XYZ 38.8 44.82 21.36 -
YUV 174.08 91.84 132.94 -
System Red Green Blue C M Y K H S L
Decimal 181 183 110 0.01 0 0.40 0.28 61.64 0.34 0.57
Hex B5 B7 6E 1 0 28 1C 3E 22 39
Octal 265 267 156 1 0 50 34 76 42 71
Binary 10110101 10110111 1101110 1 0 101000 11100 111110 100010 111001

Color Harmonies of #B5B76E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5B76E

Black with #B5B76E

Text Example


Text Example

White with #B5B76E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5B76E; }

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

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

background-color css

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

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

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

border-color css

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

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

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