Html Css Color HEX #BFCF6B Wild Willow

📋 copy color: '#BFCF6B'

red 191 ◦ green 207 ◦ blue 107

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

Shades of Wild Willow #BFCF6B

Tints of Wild Willow #BFCF6B

RGB

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

 GREEN value IS 207 (81.25% from 255) = 40.99%

 BLUE value IS 107 (42.19% from 255) = 21.19%

R = 37.82%
G = 40.99%
B = 21.19%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.48

 K value IS 0.19

RGB Variations

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

Color information

#BFCF6B (or 0xBFCF6B) is known color: Wild Willow. HEX triplet: BF, CF and 6B. RGB value is (191,207,107). Sum of RGB (Red+Green+Blue) = 191+207+107=505 (66% of max value = 765). Red value is 191 (75% from 255 or 37.82% from 505); Green value is 207 (81.25% from 255 or 40.99% from 505); Blue value is 107 (42.19% from 255 or 21.19% from 505); Max value from RGB is 207 - color contains mainly: green. Hex color #BFCF6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFCF6B is #403094. Grayscale: #BFBFBF. Windows color (decimal): -4206741 or 7065535. OLE color: 7065535.

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

Color convert

RGB 191 207 107 -
CMYK 0.08 0 0.48 0.19
HSL 69.6º 0.51% 0.62% -
HSV(B) 69.6º 0.48% 0.81% -
XYZ 46.45 56.76 22.42 -
YUV 190.82 80.7 128.13 -
System Red Green Blue C M Y K H S L
Decimal 191 207 107 0.08 0 0.48 0.19 69.6 0.51 0.62
Hex BF CF 6B 8 0 30 13 46 33 3E
Octal 277 317 153 10 0 60 23 106 63 76
Binary 10111111 11001111 1101011 1000 0 110000 10011 1000110 110011 111110

Color Harmonies of #BFCF6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCF6B

Black with #BFCF6B

Text Example


Text Example

White with #BFCF6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCF6B; }

 p { color: rgb(191,207,107); }

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

background-color css

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

 a { background-color: rgb(191,207,107); }

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

border-color css

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

 span { border-color: rgb(191,207,107); }

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