#B7D67F

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

Shades of Caper #B7D67F

Tints of Caper #B7D67F

Color information

#B7D67F (or 0xB7D67F) is unknown color: approx Caper. HEX triplet: B7, D6 and 7F. RGB value is (183,214,127). Sum of RGB (Red+Green+Blue) = 183+214+127=524 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.92% from 524); Green value is 214 (83.98% from 255 or 40.84% from 524); Blue value is 127 (50% from 255 or 24.24% from 524); Max value from RGB is 214 - color contains mainly: green. Hex color #B7D67F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7D67F is #482980. Grayscale: #C3C3C3. Windows color (decimal): -4729217 or 8378039. OLE color: 8378039.

HSL color Cylindrical-coordinate representation of color #B7D67F: hue angle of 81.38º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B7D67F is Cyan = 0.14, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB183214127-
CMYK0.1400.410.16
HSL81.38º51.48%66.86%-
HSV(B)81.38º40.65%83.92%-
XYZ47.4159.6929.1-
YUV194.8189.73119.57-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.92%
GREEN value IS 214 (83.98% from 255) = 40.84%
BLUE value IS 127 (50% from 255) = 24.24%
R=34.92%
G=40.84%
B=24.24%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1832141270.1400.410.1681.3851.4866.86
HexB7D67FE02910513343
Octal267326177160512012163103
Binary10110111110101101111111111001010011000010100011100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7D67F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7D67F; }

 p { color: rgb(183,214,127); }

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

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

 a { background-color: rgb(183,214,127); }

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

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

 span { border-color: rgb(183,214,127); }

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