Html Css Color HEX #BFCA6C Wild Willow

📋 copy color: '#BFCA6C'

red 191 ◦ green 202 ◦ blue 108

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

Shades of Wild Willow #BFCA6C

Tints of Wild Willow #BFCA6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 21.56%

R = 38.12%
G = 40.32%
B = 21.56%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.47

 K value IS 0.21

RGB Variations

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

Color information

#BFCA6C (or 0xBFCA6C) is known color: Wild Willow. HEX triplet: BF, CA and 6C. RGB value is (191,202,108). Sum of RGB (Red+Green+Blue) = 191+202+108=501 (66% of max value = 765). Red value is 191 (75% from 255 or 38.12% from 501); Green value is 202 (79.30% from 255 or 40.32% from 501); Blue value is 108 (42.58% from 255 or 21.56% from 501); Max value from RGB is 202 - color contains mainly: green. Hex color #BFCA6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFCA6C is #403593. Grayscale: #BCBCBC. Windows color (decimal): -4208020 or 7129791. OLE color: 7129791.

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

Color convert

RGB 191 202 108 -
CMYK 0.05 0 0.47 0.21
HSL 67.02º 0.47% 0.61% -
HSV(B) 67.02º 0.47% 0.79% -
XYZ 45.31 54.4 22.3 -
YUV 188 82.86 130.14 -
System Red Green Blue C M Y K H S L
Decimal 191 202 108 0.05 0 0.47 0.21 67.02 0.47 0.61
Hex BF CA 6C 5 0 2F 15 43 2F 3D
Octal 277 312 154 5 0 57 25 103 57 75
Binary 10111111 11001010 1101100 101 0 101111 10101 1000011 101111 111101

Color Harmonies of #BFCA6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCA6C

Black with #BFCA6C

Text Example


Text Example

White with #BFCA6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCA6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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