Html Css Color HEX #BFCD6E Wild Willow

📋 copy color: '#BFCD6E'

red 191 ◦ green 205 ◦ blue 110

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

Shades of Wild Willow #BFCD6E

Tints of Wild Willow #BFCD6E

RGB

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

 GREEN value IS 205 (80.47% from 255) = 40.51%

 BLUE value IS 110 (43.36% from 255) = 21.74%

R = 37.75%
G = 40.51%
B = 21.74%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.46

 K value IS 0.20

RGB Variations

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

Color information

#BFCD6E (or 0xBFCD6E) is known color: Wild Willow. HEX triplet: BF, CD and 6E. RGB value is (191,205,110). Sum of RGB (Red+Green+Blue) = 191+205+110=506 (67% of max value = 765). Red value is 191 (75% from 255 or 37.75% from 506); Green value is 205 (80.47% from 255 or 40.51% from 506); Blue value is 110 (43.36% from 255 or 21.74% from 506); Max value from RGB is 205 - color contains mainly: green. Hex color #BFCD6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFCD6E is #403291. Grayscale: #BEBEBE. Windows color (decimal): -4207250 or 7261631. OLE color: 7261631.

HSL color Cylindrical-coordinate representation of color #BFCD6E: hue angle of 68.84º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BFCD6E is Cyan = 0.07, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.20.

Color convert

RGB 191 205 110 -
CMYK 0.07 0 0.46 0.20
HSL 68.84º 0.49% 0.62% -
HSV(B) 68.84º 0.46% 0.8% -
XYZ 46.13 55.86 23.1 -
YUV 189.98 82.86 128.72 -
System Red Green Blue C M Y K H S L
Decimal 191 205 110 0.07 0 0.46 0.20 68.84 0.49 0.62
Hex BF CD 6E 7 0 2E 14 45 31 3E
Octal 277 315 156 7 0 56 24 105 61 76
Binary 10111111 11001101 1101110 111 0 101110 10100 1000101 110001 111110

Color Harmonies of #BFCD6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCD6E

Black with #BFCD6E

Text Example


Text Example

White with #BFCD6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCD6E; }

 p { color: rgb(191,205,110); }

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

background-color css

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

 a { background-color: rgb(191,205,110); }

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

border-color css

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

 span { border-color: rgb(191,205,110); }

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