Html Css Color HEX #BFC267 Wild Willow

📋 copy color: '#BFC267'

red 191 ◦ green 194 ◦ blue 103

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

Shades of Wild Willow #BFC267

Tints of Wild Willow #BFC267

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 21.11%

R = 39.14%
G = 39.75%
B = 21.11%

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

#BFC267 (or 0xBFC267) is known color: Wild Willow. HEX triplet: BF, C2 and 67. RGB value is (191,194,103). Sum of RGB (Red+Green+Blue) = 191+194+103=488 (64% of max value = 765). Red value is 191 (75% from 255 or 39.14% from 488); Green value is 194 (76.17% from 255 or 39.75% from 488); Blue value is 103 (40.62% from 255 or 21.11% from 488); Max value from RGB is 194 - color contains mainly: green. Hex color #BFC267 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC267 is #403D98. Grayscale: #B7B7B7. Windows color (decimal): -4210073 or 6800063. OLE color: 6800063.

HSL color Cylindrical-coordinate representation of color #BFC267: hue angle of 61.98º 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 #BFC267 is Cyan = 0.02, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.24.

Color convert

RGB 191 194 103 -
CMYK 0.02 0 0.47 0.24
HSL 61.98º 0.43% 0.58% -
HSV(B) 61.98º 0.47% 0.76% -
XYZ 43.23 50.64 20.33 -
YUV 182.73 83.01 133.9 -
System Red Green Blue C M Y K H S L
Decimal 191 194 103 0.02 0 0.47 0.24 61.98 0.43 0.58
Hex BF C2 67 2 0 2F 18 3E 2B 3A
Octal 277 302 147 2 0 57 30 76 53 72
Binary 10111111 11000010 1100111 10 0 101111 11000 111110 101011 111010

Color Harmonies of #BFC267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC267

Black with #BFC267

Text Example


Text Example

White with #BFC267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC267; }

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

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

background-color css

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

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

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

border-color css

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

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

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