Html Css Color HEX #BFD264 Wild Willow

📋 copy color: '#BFD264'

red 191 ◦ green 210 ◦ blue 100

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

Shades of Wild Willow #BFD264

Tints of Wild Willow #BFD264

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 19.96%

R = 38.12%
G = 41.92%
B = 19.96%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.52

 K value IS 0.18

RGB Variations

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

Color information

#BFD264 (or 0xBFD264) is known color: Wild Willow. HEX triplet: BF, D2 and 64. RGB value is (191,210,100). Sum of RGB (Red+Green+Blue) = 191+210+100=501 (66% of max value = 765). Red value is 191 (75% from 255 or 38.12% from 501); Green value is 210 (82.42% from 255 or 41.92% from 501); Blue value is 100 (39.45% from 255 or 19.96% from 501); Max value from RGB is 210 - color contains mainly: green. Hex color #BFD264 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD264 is #402D9B. Grayscale: #C0C0C0. Windows color (decimal): -4205980 or 6607551. OLE color: 6607551.

HSL color Cylindrical-coordinate representation of color #BFD264: hue angle of 70.36º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BFD264 is Cyan = 0.09, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.18.

Color convert

RGB 191 210 100 -
CMYK 0.09 0 0.52 0.18
HSL 70.36º 0.55% 0.61% -
HSV(B) 70.36º 0.52% 0.82% -
XYZ 46.83 58.09 20.8 -
YUV 191.78 76.21 127.44 -
System Red Green Blue C M Y K H S L
Decimal 191 210 100 0.09 0 0.52 0.18 70.36 0.55 0.61
Hex BF D2 64 9 0 34 12 46 37 3D
Octal 277 322 144 11 0 64 22 106 67 75
Binary 10111111 11010010 1100100 1001 0 110100 10010 1000110 110111 111101

Color Harmonies of #BFD264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD264

Black with #BFD264

Text Example


Text Example

White with #BFD264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD264; }

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

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

background-color css

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

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

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

border-color css

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

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

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