Html Css Color HEX #B2B46B Dark Khaki

📋 copy color: '#B2B46B'

red 178 ◦ green 180 ◦ blue 107

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

Shades of Dark Khaki #B2B46B

Tints of Dark Khaki #B2B46B

RGB

 RED value IS 178 (69.92% from 255) = 38.28%

 GREEN value IS 180 (70.7% from 255) = 38.71%

 BLUE value IS 107 (42.19% from 255) = 23.01%

R = 38.28%
G = 38.71%
B = 23.01%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.41

 K value IS 0.29

RGB Variations

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

Color information

#B2B46B (or 0xB2B46B) is known color: Dark Khaki. HEX triplet: B2, B4 and 6B. RGB value is (178,180,107). Sum of RGB (Red+Green+Blue) = 178+180+107=465 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.28% from 465); Green value is 180 (70.70% from 255 or 38.71% from 465); Blue value is 107 (42.19% from 255 or 23.01% from 465); Max value from RGB is 180 - color contains mainly: green. Hex color #B2B46B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2B46B is #4D4B94. Grayscale: #ABABAB. Windows color (decimal): -5065621 or 7058610. OLE color: 7058610.

HSL color Cylindrical-coordinate representation of color #B2B46B: hue angle of 61.64º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B2B46B is Cyan = 0.01, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB 178 180 107 -
CMYK 0.01 0 0.41 0.29
HSL 61.64º 0.33% 0.56% -
HSV(B) 61.64º 0.41% 0.71% -
XYZ 37.34 43.17 20.27 -
YUV 171.08 91.84 132.94 -
System Red Green Blue C M Y K H S L
Decimal 178 180 107 0.01 0 0.41 0.29 61.64 0.33 0.56
Hex B2 B4 6B 1 0 29 1D 3E 21 38
Octal 262 264 153 1 0 51 35 76 41 70
Binary 10110010 10110100 1101011 1 0 101001 11101 111110 100001 111000

Color Harmonies of #B2B46B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B46B

Black with #B2B46B

Text Example


Text Example

White with #B2B46B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B46B; }

 p { color: rgb(178,180,107); }

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

background-color css

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

 a { background-color: rgb(178,180,107); }

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

border-color css

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

 span { border-color: rgb(178,180,107); }

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