#BFCB68

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

Shades of Wild Willow #BFCB68

Tints of Wild Willow #BFCB68

Color information

#BFCB68 (or 0xBFCB68) is unknown color: approx Wild Willow. HEX triplet: BF, CB and 68. RGB value is (191,203,104). Sum of RGB (Red+Green+Blue) = 191+203+104=498 (65% of max value = 765). Red value is 191 (75% from 255 or 38.35% from 498); Green value is 203 (79.69% from 255 or 40.76% from 498); Blue value is 104 (41.02% from 255 or 20.88% from 498); Max value from RGB is 203 - color contains mainly: green. Hex color #BFCB68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFCB68 is #403497. Grayscale: #BCBCBC. Windows color (decimal): -4207768 or 6867903. OLE color: 6867903.

HSL color Cylindrical-coordinate representation of color #BFCB68: hue angle of 67.27º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BFCB68 is Cyan = 0.06, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.20.

Color convert

RGB191203104-
CMYK0.0600.490.20
HSL67.27º48.77%60.2%-
HSV(B)67.27º48.77%79.61%-
XYZ45.3454.7921.28-
YUV188.1380.52130.05-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.35%
GREEN value IS 203 (79.69% from 255) = 40.76%
BLUE value IS 104 (41.02% from 255) = 20.88%
R=38.35%
G=40.76%
B=20.88%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1912031040.0600.490.2067.2748.7760.2
HexBFCB6860311443313c
Octal2773131506061241036174
Binary101111111100101111010001100110001101001000011110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCB68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCB68; }

 p { color: rgb(191,203,104); }

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

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

 a { background-color: rgb(191,203,104); }

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

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

 span { border-color: rgb(191,203,104); }

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