Html Css Color HEX #BFCF5A Wild Willow

📋 copy color: '#BFCF5A'

red 191 ◦ green 207 ◦ blue 90

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

Shades of Wild Willow #BFCF5A

Tints of Wild Willow #BFCF5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 18.44%

R = 39.14%
G = 42.42%
B = 18.44%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.57

 K value IS 0.19

RGB Variations

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

Color information

#BFCF5A (or 0xBFCF5A) is known color: Wild Willow. HEX triplet: BF, CF and 5A. RGB value is (191,207,90). Sum of RGB (Red+Green+Blue) = 191+207+90=488 (64% of max value = 765). Red value is 191 (75% from 255 or 39.14% from 488); Green value is 207 (81.25% from 255 or 42.42% from 488); Blue value is 90 (35.55% from 255 or 18.44% from 488); Max value from RGB is 207 - color contains mainly: green. Hex color #BFCF5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFCF5A is #4030A5. Grayscale: #BDBDBD. Windows color (decimal): -4206758 or 5951423. OLE color: 5951423.

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

Color convert

RGB 191 207 90 -
CMYK 0.08 0 0.57 0.19
HSL 68.21º 0.55% 0.58% -
HSV(B) 68.21º 0.57% 0.81% -
XYZ 45.64 56.44 18.16 -
YUV 188.88 72.2 129.51 -
System Red Green Blue C M Y K H S L
Decimal 191 207 90 0.08 0 0.57 0.19 68.21 0.55 0.58
Hex BF CF 5A 8 0 39 13 44 37 3A
Octal 277 317 132 10 0 71 23 104 67 72
Binary 10111111 11001111 1011010 1000 0 111001 10011 1000100 110111 111010

Color Harmonies of #BFCF5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCF5A

Black with #BFCF5A

Text Example


Text Example

White with #BFCF5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCF5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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