#B7C38A

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

Shades of Caper #B7C38A

Tints of Caper #B7C38A

Color information

#B7C38A (or 0xB7C38A) is unknown color: approx Caper. HEX triplet: B7, C3 and 8A. RGB value is (183,195,138). Sum of RGB (Red+Green+Blue) = 183+195+138=516 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.47% from 516); Green value is 195 (76.56% from 255 or 37.79% from 516); Blue value is 138 (54.30% from 255 or 26.74% from 516); Max value from RGB is 195 - color contains mainly: green. Hex color #B7C38A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7C38A is #483C75. Grayscale: #B9B9B9. Windows color (decimal): -4734070 or 9094071. OLE color: 9094071.

HSL color Cylindrical-coordinate representation of color #B7C38A: hue angle of 72.63º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B7C38A is Cyan = 0.06, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.

Color convert

RGB183195138-
CMYK0.0600.290.24
HSL72.63º32.2%65.29%-
HSV(B)72.63º29.23%76.47%-
XYZ43.6350.9331.58-
YUV184.91101.52126.63-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.47%
GREEN value IS 195 (76.56% from 255) = 37.79%
BLUE value IS 138 (54.30% from 255) = 26.74%
R=35.47%
G=37.79%
B=26.74%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1831951380.0600.290.2472.6332.265.29
HexB7C38A601D18492041
Octal26730321260353011140101
Binary1011011111000011100010101100111011100010010011000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7C38A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7C38A; }

 p { color: rgb(183,195,138); }

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

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

 a { background-color: rgb(183,195,138); }

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

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

 span { border-color: rgb(183,195,138); }

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