#B6D67D

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

Shades of Caper #B6D67D

Tints of Caper #B6D67D

Color information

#B6D67D (or 0xB6D67D) is unknown color: approx Caper. HEX triplet: B6, D6 and 7D. RGB value is (182,214,125). Sum of RGB (Red+Green+Blue) = 182+214+125=521 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.93% from 521); Green value is 214 (83.98% from 255 or 41.07% from 521); Blue value is 125 (49.22% from 255 or 23.99% from 521); Max value from RGB is 214 - color contains mainly: green. Hex color #B6D67D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6D67D is #492982. Grayscale: #C2C2C2. Windows color (decimal): -4794755 or 8246966. OLE color: 8246966.

HSL color Cylindrical-coordinate representation of color #B6D67D: hue angle of 81.57º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B6D67D is Cyan = 0.15, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB182214125-
CMYK0.1500.420.16
HSL81.57º52.05%66.47%-
HSV(B)81.57º41.59%83.92%-
XYZ47.0459.5228.41-
YUV194.2988.9119.24-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.93%
GREEN value IS 214 (83.98% from 255) = 41.07%
BLUE value IS 125 (49.22% from 255) = 23.99%
R=34.93%
G=41.07%
B=23.99%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1822141250.1500.420.1681.5752.0566.47
HexB6D67DF02A10523442
Octal266326175170522012264102
Binary10110110110101101111101111101010101000010100101101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6D67D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6D67D; }

 p { color: rgb(182,214,125); }

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

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

 a { background-color: rgb(182,214,125); }

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

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

 span { border-color: rgb(182,214,125); }

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