Html Css Color HEX #B6BA70 Dark Khaki

📋 copy color: '#B6BA70'

red 182 ◦ green 186 ◦ blue 112

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

Shades of Dark Khaki #B6BA70

Tints of Dark Khaki #B6BA70

RGB

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

 GREEN value IS 186 (73.05% from 255) = 38.75%

 BLUE value IS 112 (44.14% from 255) = 23.33%

R = 37.92%
G = 38.75%
B = 23.33%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#B6BA70 (or 0xB6BA70) is known color: Dark Khaki. HEX triplet: B6, BA and 70. RGB value is (182,186,112). Sum of RGB (Red+Green+Blue) = 182+186+112=480 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.92% from 480); Green value is 186 (73.05% from 255 or 38.75% from 480); Blue value is 112 (44.14% from 255 or 23.33% from 480); Max value from RGB is 186 - color contains mainly: green. Hex color #B6BA70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6BA70 is #49458F. Grayscale: #B0B0B0. Windows color (decimal): -4801936 or 7387830. OLE color: 7387830.

HSL color Cylindrical-coordinate representation of color #B6BA70: hue angle of 63.24º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B6BA70 is Cyan = 0.02, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB 182 186 112 -
CMYK 0.02 0 0.40 0.27
HSL 63.24º 0.35% 0.58% -
HSV(B) 63.24º 0.4% 0.73% -
XYZ 39.77 46.23 22.16 -
YUV 176.37 91.67 132.02 -
System Red Green Blue C M Y K H S L
Decimal 182 186 112 0.02 0 0.40 0.27 63.24 0.35 0.58
Hex B6 BA 70 2 0 28 1B 3F 23 3A
Octal 266 272 160 2 0 50 33 77 43 72
Binary 10110110 10111010 1110000 10 0 101000 11011 111111 100011 111010

Color Harmonies of #B6BA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6BA70

Black with #B6BA70

Text Example


Text Example

White with #B6BA70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6BA70; }

 p { color: rgb(182,186,112); }

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

background-color css

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

 a { background-color: rgb(182,186,112); }

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

border-color css

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

 span { border-color: rgb(182,186,112); }

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