#B5C67E

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

Shades of Caper #B5C67E

Tints of Caper #B5C67E

Color information

#B5C67E (or 0xB5C67E) is unknown color: approx Caper. HEX triplet: B5, C6 and 7E. RGB value is (181,198,126). Sum of RGB (Red+Green+Blue) = 181+198+126=505 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.84% from 505); Green value is 198 (77.73% from 255 or 39.21% from 505); Blue value is 126 (49.61% from 255 or 24.95% from 505); Max value from RGB is 198 - color contains mainly: green. Hex color #B5C67E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5C67E is #4A3981. Grayscale: #B8B8B8. Windows color (decimal): -4864386 or 8308405. OLE color: 8308405.

HSL color Cylindrical-coordinate representation of color #B5C67E: hue angle of 74.17º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B5C67E is Cyan = 0.09, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB181198126-
CMYK0.0900.360.22
HSL74.17º38.71%63.53%-
HSV(B)74.17º36.36%77.65%-
XYZ43.0251.7227.45-
YUV184.7194.87125.35-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.84%
GREEN value IS 198 (77.73% from 255) = 39.21%
BLUE value IS 126 (49.61% from 255) = 24.95%
R=35.84%
G=39.21%
B=24.95%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1811981260.0900.360.2274.1738.7163.53
HexB5C67E9024164a2740
Octal265306176110442611247100
Binary10110101110001101111110100101001001011010010101001111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5C67E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5C67E; }

 p { color: rgb(181,198,126); }

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

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

 a { background-color: rgb(181,198,126); }

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

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

 span { border-color: rgb(181,198,126); }

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