#B4CB74

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

Shades of Caper #B4CB74

Tints of Caper #B4CB74

Color information

#B4CB74 (or 0xB4CB74) is unknown color: approx Caper. HEX triplet: B4, CB and 74. RGB value is (180,203,116). Sum of RGB (Red+Green+Blue) = 180+203+116=499 (66% of max value = 765). Red value is 180 (70.70% from 255 or 36.07% from 499); Green value is 203 (79.69% from 255 or 40.68% from 499); Blue value is 116 (45.70% from 255 or 23.25% from 499); Max value from RGB is 203 - color contains mainly: green. Hex color #B4CB74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4CB74 is #4B348B. Grayscale: #BABABA. Windows color (decimal): -4928652 or 7654324. OLE color: 7654324.

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

Color convert

RGB180203116-
CMYK0.1100.430.20
HSL75.86º45.55%62.55%-
HSV(B)75.86º42.86%79.61%-
XYZ43.3353.6824.6-
YUV186.288.38123.57-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.07%
GREEN value IS 203 (79.69% from 255) = 40.68%
BLUE value IS 116 (45.70% from 255) = 23.25%
R=36.07%
G=40.68%
B=23.25%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1802031160.1100.430.2075.8645.5562.55
HexB4CB74B02B144c2e3f
Octal26431316413053241145677
Binary1011010011001011111010010110101011101001001100101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CB74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CB74; }

 p { color: rgb(180,203,116); }

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

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

 a { background-color: rgb(180,203,116); }

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

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

 span { border-color: rgb(180,203,116); }

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