Html Css Color HEX #B6BD68 Dark Khaki

📋 copy color: '#B6BD68'

red 182 ◦ green 189 ◦ blue 104

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

Shades of Dark Khaki #B6BD68

Tints of Dark Khaki #B6BD68

RGB

 RED value IS 182 (71.48% from 255) = 38.32%

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

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

R = 38.32%
G = 39.79%
B = 21.89%

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

#B6BD68 (or 0xB6BD68) is known color: Dark Khaki. HEX triplet: B6, BD and 68. RGB value is (182,189,104). Sum of RGB (Red+Green+Blue) = 182+189+104=475 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.32% from 475); Green value is 189 (74.22% from 255 or 39.79% from 475); Blue value is 104 (41.02% from 255 or 21.89% from 475); Max value from RGB is 189 - color contains mainly: green. Hex color #B6BD68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6BD68 is #494297. Grayscale: #B1B1B1. Windows color (decimal): -4801176 or 6864310. OLE color: 6864310.

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

Color convert

RGB 182 189 104 -
CMYK 0.04 0 0.45 0.26
HSL 64.94º 0.39% 0.57% -
HSV(B) 64.94º 0.45% 0.74% -
XYZ 39.99 47.34 20.13 -
YUV 177.22 86.68 131.41 -
System Red Green Blue C M Y K H S L
Decimal 182 189 104 0.04 0 0.45 0.26 64.94 0.39 0.57
Hex B6 BD 68 4 0 2D 1A 41 27 39
Octal 266 275 150 4 0 55 32 101 47 71
Binary 10110110 10111101 1101000 100 0 101101 11010 1000001 100111 111001

Color Harmonies of #B6BD68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6BD68

Black with #B6BD68

Text Example


Text Example

White with #B6BD68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6BD68; }

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

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

background-color css

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

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

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

border-color css

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

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

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