#B0CD7A

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

Shades of Caper #B0CD7A

Tints of Caper #B0CD7A

Color information

#B0CD7A (or 0xB0CD7A) is unknown color: approx Caper. HEX triplet: B0, CD and 7A. RGB value is (176,205,122). Sum of RGB (Red+Green+Blue) = 176+205+122=503 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.99% from 503); Green value is 205 (80.47% from 255 or 40.76% from 503); Blue value is 122 (48.05% from 255 or 24.25% from 503); Max value from RGB is 205 - color contains mainly: green. Hex color #B0CD7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0CD7A is #4F3285. Grayscale: #BBBBBB. Windows color (decimal): -5190278 or 8048048. OLE color: 8048048.

HSL color Cylindrical-coordinate representation of color #B0CD7A: hue angle of 80.96º 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 #B0CD7A is Cyan = 0.14, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.20.

Color convert

RGB176205122-
CMYK0.1400.400.20
HSL80.96º45.36%64.12%-
HSV(B)80.96º40.49%80.39%-
XYZ43.2554.326.61-
YUV186.8791.39120.25-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.99%
GREEN value IS 205 (80.47% from 255) = 40.76%
BLUE value IS 122 (48.05% from 255) = 24.25%
R=34.99%
G=40.76%
B=24.25%

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
Decimal1762051220.1400.400.2080.9645.3664.12
HexB0CD7AE02814512d40
Octal260315172160502412155100
Binary10110000110011011111010111001010001010010100011011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0CD7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0CD7A; }

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

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

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

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

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

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

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

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