Html Css Color HEX #B4BD6D Dark Khaki

📋 copy color: '#B4BD6D'

red 180 ◦ green 189 ◦ blue 109

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

Shades of Dark Khaki #B4BD6D

Tints of Dark Khaki #B4BD6D

RGB

 RED value IS 180 (70.7% from 255) = 37.66%

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

 BLUE value IS 109 (42.97% from 255) = 22.8%

R = 37.66%
G = 39.54%
B = 22.8%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.42

 K value IS 0.26

RGB Variations

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

Color information

#B4BD6D (or 0xB4BD6D) is known color: Dark Khaki. HEX triplet: B4, BD and 6D. RGB value is (180,189,109). Sum of RGB (Red+Green+Blue) = 180+189+109=478 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.66% from 478); Green value is 189 (74.22% from 255 or 39.54% from 478); Blue value is 109 (42.97% from 255 or 22.80% from 478); Max value from RGB is 189 - color contains mainly: green. Hex color #B4BD6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4BD6D is #4B4292. Grayscale: #B1B1B1. Windows color (decimal): -4932243 or 7191988. OLE color: 7191988.

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

Color convert

RGB 180 189 109 -
CMYK 0.05 0 0.42 0.26
HSL 66.75º 0.38% 0.58% -
HSV(B) 66.75º 0.42% 0.74% -
XYZ 39.78 47.2 21.48 -
YUV 177.19 89.52 130 -
System Red Green Blue C M Y K H S L
Decimal 180 189 109 0.05 0 0.42 0.26 66.75 0.38 0.58
Hex B4 BD 6D 5 0 2A 1A 43 26 3A
Octal 264 275 155 5 0 52 32 103 46 72
Binary 10110100 10111101 1101101 101 0 101010 11010 1000011 100110 111010

Color Harmonies of #B4BD6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4BD6D

Black with #B4BD6D

Text Example


Text Example

White with #B4BD6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4BD6D; }

 p { color: rgb(180,189,109); }

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

background-color css

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

 a { background-color: rgb(180,189,109); }

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

border-color css

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

 span { border-color: rgb(180,189,109); }

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