#B2CD7A

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

Shades of Caper #B2CD7A

Tints of Caper #B2CD7A

Color information

#B2CD7A (or 0xB2CD7A) is unknown color: approx Caper. HEX triplet: B2, CD and 7A. RGB value is (178,205,122). Sum of RGB (Red+Green+Blue) = 178+205+122=505 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.25% from 505); Green value is 205 (80.47% from 255 or 40.59% from 505); Blue value is 122 (48.05% from 255 or 24.16% from 505); Max value from RGB is 205 - color contains mainly: green. Hex color #B2CD7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2CD7A is #4D3285. Grayscale: #BBBBBB. Windows color (decimal): -5059206 or 8048050. OLE color: 8048050.

HSL color Cylindrical-coordinate representation of color #B2CD7A: hue angle of 79.52º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B2CD7A is Cyan = 0.13, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.20.

Color convert

RGB178205122-
CMYK0.1300.400.20
HSL79.52º45.36%64.12%-
HSV(B)79.52º40.49%80.39%-
XYZ43.754.5326.63-
YUV187.4691.05121.25-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.25%
GREEN value IS 205 (80.47% from 255) = 40.59%
BLUE value IS 122 (48.05% from 255) = 24.16%
R=35.25%
G=40.59%
B=24.16%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1782051220.1300.400.2079.5245.3664.12
HexB2CD7AD02814502d40
Octal262315172150502412055100
Binary10110010110011011111010110101010001010010100001011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2CD7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2CD7A; }

 p { color: rgb(178,205,122); }

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

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

 a { background-color: rgb(178,205,122); }

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

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

 span { border-color: rgb(178,205,122); }

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