Html Css Color HEX #B4BD6A Dark Khaki

📋 copy color: '#B4BD6A'

red 180 ◦ green 189 ◦ blue 106

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

Shades of Dark Khaki #B4BD6A

Tints of Dark Khaki #B4BD6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 22.32%

R = 37.89%
G = 39.79%
B = 22.32%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#B4BD6A (or 0xB4BD6A) is known color: Dark Khaki. HEX triplet: B4, BD and 6A. RGB value is (180,189,106). Sum of RGB (Red+Green+Blue) = 180+189+106=475 (62% of max value = 765). Red value is 180 (70.70% from 255 or 37.89% from 475); Green value is 189 (74.22% from 255 or 39.79% from 475); Blue value is 106 (41.80% from 255 or 22.32% from 475); Max value from RGB is 189 - color contains mainly: green. Hex color #B4BD6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4BD6A is #4B4295. Grayscale: #B1B1B1. Windows color (decimal): -4932246 or 6995380. OLE color: 6995380.

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

Color convert

RGB 180 189 106 -
CMYK 0.05 0 0.44 0.26
HSL 66.51º 0.39% 0.58% -
HSV(B) 66.51º 0.44% 0.74% -
XYZ 39.62 47.14 20.65 -
YUV 176.85 88.02 130.25 -
System Red Green Blue C M Y K H S L
Decimal 180 189 106 0.05 0 0.44 0.26 66.51 0.39 0.58
Hex B4 BD 6A 5 0 2C 1A 43 27 3A
Octal 264 275 152 5 0 54 32 103 47 72
Binary 10110100 10111101 1101010 101 0 101100 11010 1000011 100111 111010

Color Harmonies of #B4BD6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4BD6A

Black with #B4BD6A

Text Example


Text Example

White with #B4BD6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4BD6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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