Html Css Color HEX #BFCC68 Wild Willow

📋 copy color: '#BFCC68'

red 191 ◦ green 204 ◦ blue 104

#BFCC68
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Willow #BFCC68

Tints of Wild Willow #BFCC68

RGB

 RED value IS 191 (75% from 255) = 38.28%

 GREEN value IS 204 (80.08% from 255) = 40.88%

 BLUE value IS 104 (41.02% from 255) = 20.84%

R = 38.28%
G = 40.88%
B = 20.84%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.49

 K value IS 0.2

RGB Variations

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

Color information

#BFCC68 (or 0xBFCC68) is known color: Wild Willow. HEX triplet: BF, CC and 68. RGB value is (191,204,104). Sum of RGB (Red+Green+Blue) = 191+204+104=499 (66% of max value = 765). Red value is 191 (75% from 255 or 38.28% from 499); Green value is 204 (80.08% from 255 or 40.88% from 499); Blue value is 104 (41.02% from 255 or 20.84% from 499); Max value from RGB is 204 - color contains mainly: green. Hex color #BFCC68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFCC68 is #403397. Grayscale: #BDBDBD. Windows color (decimal): -4207512 or 6868159. OLE color: 6868159.

HSL color Cylindrical-coordinate representation of color #BFCC68: hue angle of 67.8º degrees, saturation: 0.5, 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 #BFCC68 is Cyan = 0.06, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.2.

Color convert

RGB 191 204 104 -
CMYK 0.06 0 0.49 0.2
HSL 67.8º 0.5% 0.6% -
HSV(B) 67.8º 0.49% 0.8% -
XYZ 45.58 55.26 21.36 -
YUV 188.71 80.19 129.63 -
System Red Green Blue C M Y K H S L
Decimal 191 204 104 0.06 0 0.49 0.2 67.8 0.5 0.6
Hex BF CC 68 6 0 31 14 44 32 3C
Octal 277 314 150 6 0 61 24 104 62 74
Binary 10111111 11001100 1101000 110 0 110001 10100 1000100 110010 111100

Color Harmonies of #BFCC68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCC68

Black with #BFCC68

Text Example


Text Example

White with #BFCC68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCC68; }

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

 H1.HeaderClassName
 {
   color: #BFCC68;
 }
 .AnyTagClassName
 {
   color: #BFCC68;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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