Html Css Color HEX #BFD268 Wild Willow

📋 copy color: '#BFD268'

red 191 ◦ green 210 ◦ blue 104

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

Shades of Wild Willow #BFD268

Tints of Wild Willow #BFD268

RGB

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

 GREEN value IS 210 (82.42% from 255) = 41.58%

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

R = 37.82%
G = 41.58%
B = 20.59%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#BFD268 (or 0xBFD268) is known color: Wild Willow. HEX triplet: BF, D2 and 68. RGB value is (191,210,104). Sum of RGB (Red+Green+Blue) = 191+210+104=505 (66% of max value = 765). Red value is 191 (75% from 255 or 37.82% from 505); Green value is 210 (82.42% from 255 or 41.58% from 505); Blue value is 104 (41.02% from 255 or 20.59% from 505); Max value from RGB is 210 - color contains mainly: green. Hex color #BFD268 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD268 is #402D97. Grayscale: #C0C0C0. Windows color (decimal): -4205976 or 6869695. OLE color: 6869695.

HSL color Cylindrical-coordinate representation of color #BFD268: hue angle of 70.75º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BFD268 is Cyan = 0.09, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB 191 210 104 -
CMYK 0.09 0 0.50 0.18
HSL 70.75º 0.54% 0.62% -
HSV(B) 70.75º 0.5% 0.82% -
XYZ 47.03 58.17 21.85 -
YUV 192.24 78.21 127.12 -
System Red Green Blue C M Y K H S L
Decimal 191 210 104 0.09 0 0.50 0.18 70.75 0.54 0.62
Hex BF D2 68 9 0 32 12 47 36 3E
Octal 277 322 150 11 0 62 22 107 66 76
Binary 10111111 11010010 1101000 1001 0 110010 10010 1000111 110110 111110

Color Harmonies of #BFD268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD268

Black with #BFD268

Text Example


Text Example

White with #BFD268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD268; }

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

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

background-color css

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

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

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

border-color css

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

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

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