#B0CE7A

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

Shades of Caper #B0CE7A

Tints of Caper #B0CE7A

Color information

#B0CE7A (or 0xB0CE7A) is unknown color: approx Caper. HEX triplet: B0, CE and 7A. RGB value is (176,206,122). Sum of RGB (Red+Green+Blue) = 176+206+122=504 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.92% from 504); Green value is 206 (80.86% from 255 or 40.87% from 504); Blue value is 122 (48.05% from 255 or 24.21% from 504); Max value from RGB is 206 - color contains mainly: green. Hex color #B0CE7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0CE7A is #4F3185. Grayscale: #BBBBBB. Windows color (decimal): -5190022 or 8048304. OLE color: 8048304.

HSL color Cylindrical-coordinate representation of color #B0CE7A: hue angle of 81.43º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B0CE7A is Cyan = 0.15, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.19.

Color convert

RGB176206122-
CMYK0.1500.410.19
HSL81.43º46.15%64.31%-
HSV(B)81.43º40.78%80.78%-
XYZ43.4954.7826.69-
YUV187.4591.06119.83-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.92%
GREEN value IS 206 (80.86% from 255) = 40.87%
BLUE value IS 122 (48.05% from 255) = 24.21%
R=34.92%
G=40.87%
B=24.21%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1762061220.1500.410.1981.4346.1564.31
HexB0CE7AF02913512e40
Octal260316172170512312156100
Binary10110000110011101111010111101010011001110100011011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0CE7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0CE7A; }

 p { color: rgb(176,206,122); }

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

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

 a { background-color: rgb(176,206,122); }

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

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

 span { border-color: rgb(176,206,122); }

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