#B6CD77

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

Shades of Caper #B6CD77

Tints of Caper #B6CD77

Color information

#B6CD77 (or 0xB6CD77) is unknown color: approx Caper. HEX triplet: B6, CD and 77. RGB value is (182,205,119). Sum of RGB (Red+Green+Blue) = 182+205+119=506 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.97% from 506); Green value is 205 (80.47% from 255 or 40.51% from 506); Blue value is 119 (46.88% from 255 or 23.52% from 506); Max value from RGB is 205 - color contains mainly: green. Hex color #B6CD77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6CD77 is #493288. Grayscale: #BCBCBC. Windows color (decimal): -4797065 or 7851446. OLE color: 7851446.

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

Color convert

RGB182205119-
CMYK0.1100.420.20
HSL76.05º46.24%63.53%-
HSV(B)76.05º41.95%80.39%-
XYZ44.4554.9425.71-
YUV188.3288.88123.49-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.97%
GREEN value IS 205 (80.47% from 255) = 40.51%
BLUE value IS 119 (46.88% from 255) = 23.52%
R=35.97%
G=40.51%
B=23.52%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1822051190.1100.420.2076.0546.2463.53
HexB6CD77B02A144c2e40
Octal266315167130522411456100
Binary10110110110011011110111101101010101010010011001011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6CD77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6CD77; }

 p { color: rgb(182,205,119); }

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

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

 a { background-color: rgb(182,205,119); }

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

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

 span { border-color: rgb(182,205,119); }

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