Html Css Color HEX #BFD06C Wild Willow

📋 copy color: '#BFD06C'

red 191 ◦ green 208 ◦ blue 108

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

Shades of Wild Willow #BFD06C

Tints of Wild Willow #BFD06C

RGB

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

 GREEN value IS 208 (81.64% from 255) = 41.03%

 BLUE value IS 108 (42.58% from 255) = 21.3%

R = 37.67%
G = 41.03%
B = 21.3%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#BFD06C (or 0xBFD06C) is known color: Wild Willow. HEX triplet: BF, D0 and 6C. RGB value is (191,208,108). Sum of RGB (Red+Green+Blue) = 191+208+108=507 (67% of max value = 765). Red value is 191 (75% from 255 or 37.67% from 507); Green value is 208 (81.64% from 255 or 41.03% from 507); Blue value is 108 (42.58% from 255 or 21.30% from 507); Max value from RGB is 208 - color contains mainly: green. Hex color #BFD06C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD06C is #402F93. Grayscale: #BFBFBF. Windows color (decimal): -4206484 or 7131327. OLE color: 7131327.

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

Color convert

RGB 191 208 108 -
CMYK 0.08 0 0.48 0.18
HSL 70.2º 0.52% 0.62% -
HSV(B) 70.2º 0.48% 0.82% -
XYZ 46.75 57.27 22.78 -
YUV 191.52 80.87 127.63 -
System Red Green Blue C M Y K H S L
Decimal 191 208 108 0.08 0 0.48 0.18 70.2 0.52 0.62
Hex BF D0 6C 8 0 30 12 46 34 3E
Octal 277 320 154 10 0 60 22 106 64 76
Binary 10111111 11010000 1101100 1000 0 110000 10010 1000110 110100 111110

Color Harmonies of #BFD06C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD06C

Black with #BFD06C

Text Example


Text Example

White with #BFD06C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD06C; }

 p { color: rgb(191,208,108); }

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

background-color css

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

 a { background-color: rgb(191,208,108); }

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

border-color css

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

 span { border-color: rgb(191,208,108); }

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