Html Css Color HEX #BFCA70 Wild Willow

📋 copy color: '#BFCA70'

red 191 ◦ green 202 ◦ blue 112

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

Shades of Wild Willow #BFCA70

Tints of Wild Willow #BFCA70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 22.18%

R = 37.82%
G = 40%
B = 22.18%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#BFCA70 (or 0xBFCA70) is known color: Wild Willow. HEX triplet: BF, CA and 70. RGB value is (191,202,112). Sum of RGB (Red+Green+Blue) = 191+202+112=505 (66% of max value = 765). Red value is 191 (75% from 255 or 37.82% from 505); Green value is 202 (79.30% from 255 or 40% from 505); Blue value is 112 (44.14% from 255 or 22.18% from 505); Max value from RGB is 202 - color contains mainly: green. Hex color #BFCA70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFCA70 is #40358F. Grayscale: #BCBCBC. Windows color (decimal): -4208016 or 7391935. OLE color: 7391935.

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

Color convert

RGB 191 202 112 -
CMYK 0.05 0 0.45 0.21
HSL 67.33º 0.46% 0.62% -
HSV(B) 67.33º 0.45% 0.79% -
XYZ 45.53 54.49 23.45 -
YUV 188.45 84.86 129.82 -
System Red Green Blue C M Y K H S L
Decimal 191 202 112 0.05 0 0.45 0.21 67.33 0.46 0.62
Hex BF CA 70 5 0 2D 15 43 2E 3E
Octal 277 312 160 5 0 55 25 103 56 76
Binary 10111111 11001010 1110000 101 0 101101 10101 1000011 101110 111110

Color Harmonies of #BFCA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCA70

Black with #BFCA70

Text Example


Text Example

White with #BFCA70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCA70; }

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

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

background-color css

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

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

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

border-color css

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

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

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