Html Css Color HEX #BFDD68 Wild Willow

📋 copy color: '#BFDD68'

red 191 ◦ green 221 ◦ blue 104

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

Shades of Wild Willow #BFDD68

Tints of Wild Willow #BFDD68

RGB

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

 GREEN value IS 221 (86.72% from 255) = 42.83%

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

R = 37.02%
G = 42.83%
B = 20.16%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#BFDD68 (or 0xBFDD68) is known color: Wild Willow. HEX triplet: BF, DD and 68. RGB value is (191,221,104). Sum of RGB (Red+Green+Blue) = 191+221+104=516 (68% of max value = 765). Red value is 191 (75% from 255 or 37.02% from 516); Green value is 221 (86.72% from 255 or 42.83% from 516); Blue value is 104 (41.02% from 255 or 20.16% from 516); Max value from RGB is 221 - color contains mainly: green. Hex color #BFDD68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDD68 is #402297. Grayscale: #C7C7C7. Windows color (decimal): -4203160 or 6872511. OLE color: 6872511.

HSL color Cylindrical-coordinate representation of color #BFDD68: hue angle of 75.38º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BFDD68 is Cyan = 0.14, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.

Color convert

RGB 191 221 104 -
CMYK 0.14 0 0.53 0.13
HSL 75.38º 0.63% 0.64% -
HSV(B) 75.38º 0.53% 0.87% -
XYZ 49.84 63.79 22.78 -
YUV 198.69 74.56 122.51 -
System Red Green Blue C M Y K H S L
Decimal 191 221 104 0.14 0 0.53 0.13 75.38 0.63 0.64
Hex BF DD 68 E 0 35 D 4B 3F 40
Octal 277 335 150 16 0 65 15 113 77 100
Binary 10111111 11011101 1101000 1110 0 110101 1101 1001011 111111 1000000

Color Harmonies of #BFDD68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDD68

Black with #BFDD68

Text Example


Text Example

White with #BFDD68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDD68; }

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

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

background-color css

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

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

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

border-color css

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

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

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