Html Css Color HEX #BFC266 Wild Willow

📋 copy color: '#BFC266'

red 191 ◦ green 194 ◦ blue 102

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

Shades of Wild Willow #BFC266

Tints of Wild Willow #BFC266

RGB

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

 GREEN value IS 194 (76.17% from 255) = 39.84%

 BLUE value IS 102 (40.23% from 255) = 20.94%

R = 39.22%
G = 39.84%
B = 20.94%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#BFC266 (or 0xBFC266) is known color: Wild Willow. HEX triplet: BF, C2 and 66. RGB value is (191,194,102). Sum of RGB (Red+Green+Blue) = 191+194+102=487 (64% of max value = 765). Red value is 191 (75% from 255 or 39.22% from 487); Green value is 194 (76.17% from 255 or 39.84% from 487); Blue value is 102 (40.23% from 255 or 20.94% from 487); Max value from RGB is 194 - color contains mainly: green. Hex color #BFC266 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC266 is #403D99. Grayscale: #B6B6B6. Windows color (decimal): -4210074 or 6734527. OLE color: 6734527.

HSL color Cylindrical-coordinate representation of color #BFC266: hue angle of 61.96º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BFC266 is Cyan = 0.02, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.24.

Color convert

RGB 191 194 102 -
CMYK 0.02 0 0.47 0.24
HSL 61.96º 0.43% 0.58% -
HSV(B) 61.96º 0.47% 0.76% -
XYZ 43.18 50.62 20.07 -
YUV 182.62 82.51 133.98 -
System Red Green Blue C M Y K H S L
Decimal 191 194 102 0.02 0 0.47 0.24 61.96 0.43 0.58
Hex BF C2 66 2 0 2F 18 3E 2B 3A
Octal 277 302 146 2 0 57 30 76 53 72
Binary 10111111 11000010 1100110 10 0 101111 11000 111110 101011 111010

Color Harmonies of #BFC266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC266

Black with #BFC266

Text Example


Text Example

White with #BFC266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC266; }

 p { color: rgb(191,194,102); }

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

background-color css

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

 a { background-color: rgb(191,194,102); }

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

border-color css

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

 span { border-color: rgb(191,194,102); }

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