#B1CD78

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

Shades of Caper #B1CD78

Tints of Caper #B1CD78

Color information

#B1CD78 (or 0xB1CD78) is unknown color: approx Caper. HEX triplet: B1, CD and 78. RGB value is (177,205,120). Sum of RGB (Red+Green+Blue) = 177+205+120=502 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.26% from 502); Green value is 205 (80.47% from 255 or 40.84% from 502); Blue value is 120 (47.27% from 255 or 23.90% from 502); Max value from RGB is 205 - color contains mainly: green. Hex color #B1CD78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1CD78 is #4E3287. Grayscale: #BBBBBB. Windows color (decimal): -5124744 or 7916977. OLE color: 7916977.

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

Color convert

RGB177205120-
CMYK0.1400.410.20
HSL79.76º45.95%63.73%-
HSV(B)79.76º41.46%80.39%-
XYZ43.3554.3725.98-
YUV186.9490.22120.91-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.26%
GREEN value IS 205 (80.47% from 255) = 40.84%
BLUE value IS 120 (47.27% from 255) = 23.90%
R=35.26%
G=40.84%
B=23.90%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1772051200.1400.410.2079.7645.9563.73
HexB1CD78E02914502e40
Octal261315170160512412056100
Binary10110001110011011111000111001010011010010100001011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1CD78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1CD78; }

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

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

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

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

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

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

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

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