#B7C67F

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

Shades of Caper #B7C67F

Tints of Caper #B7C67F

Color information

#B7C67F (or 0xB7C67F) is unknown color: approx Caper. HEX triplet: B7, C6 and 7F. RGB value is (183,198,127). Sum of RGB (Red+Green+Blue) = 183+198+127=508 (67% of max value = 765). Red value is 183 (71.88% from 255 or 36.02% from 508); Green value is 198 (77.73% from 255 or 38.98% from 508); Blue value is 127 (50% from 255 or 25% from 508); Max value from RGB is 198 - color contains mainly: green. Hex color #B7C67F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7C67F is #483980. Grayscale: #B9B9B9. Windows color (decimal): -4733313 or 8373943. OLE color: 8373943.

HSL color Cylindrical-coordinate representation of color #B7C67F: hue angle of 72.68º degrees, saturation: 0.38, 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 #B7C67F is Cyan = 0.08, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB183198127-
CMYK0.0800.360.22
HSL72.68º38.38%63.73%-
HSV(B)72.68º35.86%77.65%-
XYZ43.5551.9927.82-
YUV185.4295.03126.27-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.02%
GREEN value IS 198 (77.73% from 255) = 38.98%
BLUE value IS 127 (50% from 255) = 25%
R=36.02%
G=38.98%
B=25%

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
Decimal1831981270.0800.360.2272.6838.3863.73
HexB7C67F802416492640
Octal267306177100442611146100
Binary10110111110001101111111100001001001011010010011001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7C67F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7C67F; }

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

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

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

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

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

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

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

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