#B6C67E

Color #B6C67E Caper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caper #B6C67E

Tints of Caper #B6C67E

Color information

#B6C67E (or 0xB6C67E) is unknown color: approx Caper. HEX triplet: B6, C6 and 7E. RGB value is (182,198,126). Sum of RGB (Red+Green+Blue) = 182+198+126=506 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.97% from 506); Green value is 198 (77.73% from 255 or 39.13% from 506); Blue value is 126 (49.61% from 255 or 24.90% from 506); Max value from RGB is 198 - color contains mainly: green. Hex color #B6C67E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6C67E is #493981. Grayscale: #B9B9B9. Windows color (decimal): -4798850 or 8308406. OLE color: 8308406.

HSL color Cylindrical-coordinate representation of color #B6C67E: hue angle of 73.33º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B6C67E is Cyan = 0.08, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB182198126-
CMYK0.0800.360.22
HSL73.33º38.71%63.53%-
HSV(B)73.33º36.36%77.65%-
XYZ43.2551.8427.47-
YUV185.0194.7125.85-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.97%
GREEN value IS 198 (77.73% from 255) = 39.13%
BLUE value IS 126 (49.61% from 255) = 24.90%
R=35.97%
G=39.13%
B=24.90%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1821981260.0800.360.2273.3338.7163.53
HexB6C67E802416492740
Octal266306176100442611147100
Binary10110110110001101111110100001001001011010010011001111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C67E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C67E; }

 p { color: rgb(182,198,126); }

 H1.HeaderClassName
 {
   color: #B6C67E;
 }
 .AnyTagClassName
 {
   color: #B6C67E;
 }
</style>
background-color css

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

 a { background-color: rgb(182,198,126); }

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

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

 span { border-color: rgb(182,198,126); }

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