#B1CD7C

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

Shades of Caper #B1CD7C

Tints of Caper #B1CD7C

Color information

#B1CD7C (or 0xB1CD7C) is unknown color: approx Caper. HEX triplet: B1, CD and 7C. RGB value is (177,205,124). Sum of RGB (Red+Green+Blue) = 177+205+124=506 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.98% from 506); Green value is 205 (80.47% from 255 or 40.51% from 506); Blue value is 124 (48.83% from 255 or 24.51% from 506); Max value from RGB is 205 - color contains mainly: green. Hex color #B1CD7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1CD7C is #4E3283. Grayscale: #BBBBBB. Windows color (decimal): -5124740 or 8179121. OLE color: 8179121.

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

Color convert

RGB177205124-
CMYK0.1400.400.20
HSL80.74º44.75%64.51%-
HSV(B)80.74º39.51%80.39%-
XYZ43.654.4627.28-
YUV187.3992.22120.59-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.98%
GREEN value IS 205 (80.47% from 255) = 40.51%
BLUE value IS 124 (48.83% from 255) = 24.51%
R=34.98%
G=40.51%
B=24.51%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1772051240.1400.400.2080.7444.7564.51
HexB1CD7CE02814512d41
Octal261315174160502412155101
Binary10110001110011011111100111001010001010010100011011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1CD7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1CD7C; }

 p { color: rgb(177,205,124); }

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

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

 a { background-color: rgb(177,205,124); }

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

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

 span { border-color: rgb(177,205,124); }

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