#B8CF7A

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

Shades of Caper #B8CF7A

Tints of Caper #B8CF7A

Color information

#B8CF7A (or 0xB8CF7A) is unknown color: approx Caper. HEX triplet: B8, CF and 7A. RGB value is (184,207,122). Sum of RGB (Red+Green+Blue) = 184+207+122=513 (67% of max value = 765). Red value is 184 (72.27% from 255 or 35.87% from 513); Green value is 207 (81.25% from 255 or 40.35% from 513); Blue value is 122 (48.05% from 255 or 23.78% from 513); Max value from RGB is 207 - color contains mainly: green. Hex color #B8CF7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8CF7A is #473085. Grayscale: #BEBEBE. Windows color (decimal): -4665478 or 8048568. OLE color: 8048568.

HSL color Cylindrical-coordinate representation of color #B8CF7A: hue angle of 76.24º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B8CF7A is Cyan = 0.11, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.19.

Color convert

RGB184207122-
CMYK0.1100.410.19
HSL76.24º46.96%64.51%-
HSV(B)76.24º41.06%81.18%-
XYZ45.5956.2226.86-
YUV190.4389.38123.41-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.87%
GREEN value IS 207 (81.25% from 255) = 40.35%
BLUE value IS 122 (48.05% from 255) = 23.78%
R=35.87%
G=40.35%
B=23.78%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1842071220.1100.410.1976.2446.9664.51
HexB8CF7AB029134c2f41
Octal270317172130512311457101
Binary10111000110011111111010101101010011001110011001011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8CF7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8CF7A; }

 p { color: rgb(184,207,122); }

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

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

 a { background-color: rgb(184,207,122); }

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

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

 span { border-color: rgb(184,207,122); }

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