#B0CB6D

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

Shades of Caper #B0CB6D

Tints of Caper #B0CB6D

Color information

#B0CB6D (or 0xB0CB6D) is unknown color: approx Caper. HEX triplet: B0, CB and 6D. RGB value is (176,203,109). Sum of RGB (Red+Green+Blue) = 176+203+109=488 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.07% from 488); Green value is 203 (79.69% from 255 or 41.60% from 488); Blue value is 109 (42.97% from 255 or 22.34% from 488); Max value from RGB is 203 - color contains mainly: green. Hex color #B0CB6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0CB6D is #4F3492. Grayscale: #B8B8B8. Windows color (decimal): -5190803 or 7195568. OLE color: 7195568.

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

Color convert

RGB176203109-
CMYK0.1300.460.20
HSL77.23º47.47%61.18%-
HSV(B)77.23º46.31%79.61%-
XYZ42.0253.0522.49-
YUV184.2185.55122.14-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.07%
GREEN value IS 203 (79.69% from 255) = 41.60%
BLUE value IS 109 (42.97% from 255) = 22.34%
R=36.07%
G=41.60%
B=22.34%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1762031090.1300.460.2077.2347.4761.18
HexB0CB6DD02E144d2f3d
Octal26031315515056241155775
Binary1011000011001011110110111010101110101001001101101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0CB6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0CB6D; }

 p { color: rgb(176,203,109); }

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

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

 a { background-color: rgb(176,203,109); }

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

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

 span { border-color: rgb(176,203,109); }

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