Html Css Color HEX #BFCA5C Wild Willow

📋 copy color: '#BFCA5C'

red 191 ◦ green 202 ◦ blue 92

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

Shades of Wild Willow #BFCA5C

Tints of Wild Willow #BFCA5C

RGB

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

 GREEN value IS 202 (79.3% from 255) = 41.65%

 BLUE value IS 92 (36.33% from 255) = 18.97%

R = 39.38%
G = 41.65%
B = 18.97%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#BFCA5C (or 0xBFCA5C) is known color: Wild Willow. HEX triplet: BF, CA and 5C. RGB value is (191,202,92). Sum of RGB (Red+Green+Blue) = 191+202+92=485 (64% of max value = 765). Red value is 191 (75% from 255 or 39.38% from 485); Green value is 202 (79.30% from 255 or 41.65% from 485); Blue value is 92 (36.33% from 255 or 18.97% from 485); Max value from RGB is 202 - color contains mainly: green. Hex color #BFCA5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFCA5C is #4035A3. Grayscale: #BABABA. Windows color (decimal): -4208036 or 6081215. OLE color: 6081215.

HSL color Cylindrical-coordinate representation of color #BFCA5C: hue angle of 66º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BFCA5C is Cyan = 0.05, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.21.

Color convert

RGB 191 202 92 -
CMYK 0.05 0 0.54 0.21
HSL 66º 0.51% 0.58% -
HSV(B) 66º 0.54% 0.79% -
XYZ 44.54 54.09 18.22 -
YUV 186.17 74.86 131.44 -
System Red Green Blue C M Y K H S L
Decimal 191 202 92 0.05 0 0.54 0.21 66 0.51 0.58
Hex BF CA 5C 5 0 36 15 42 33 3A
Octal 277 312 134 5 0 66 25 102 63 72
Binary 10111111 11001010 1011100 101 0 110110 10101 1000010 110011 111010

Color Harmonies of #BFCA5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCA5C

Black with #BFCA5C

Text Example


Text Example

White with #BFCA5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCA5C; }

 p { color: rgb(191,202,92); }

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

background-color css

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

 a { background-color: rgb(191,202,92); }

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

border-color css

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

 span { border-color: rgb(191,202,92); }

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