Html Css Color HEX #BFCD68 Wild Willow

📋 copy color: '#BFCD68'

red 191 ◦ green 205 ◦ blue 104

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

Shades of Wild Willow #BFCD68

Tints of Wild Willow #BFCD68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 20.8%

R = 38.2%
G = 41%
B = 20.8%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.49

 K value IS 0.20

RGB Variations

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

Color information

#BFCD68 (or 0xBFCD68) is known color: Wild Willow. HEX triplet: BF, CD and 68. RGB value is (191,205,104). Sum of RGB (Red+Green+Blue) = 191+205+104=500 (66% of max value = 765). Red value is 191 (75% from 255 or 38.2% from 500); Green value is 205 (80.47% from 255 or 41% from 500); Blue value is 104 (41.02% from 255 or 20.8% from 500); Max value from RGB is 205 - color contains mainly: green. Hex color #BFCD68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFCD68 is #403297. Grayscale: #BDBDBD. Windows color (decimal): -4207256 or 6868415. OLE color: 6868415.

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

Color convert

RGB 191 205 104 -
CMYK 0.07 0 0.49 0.20
HSL 68.32º 0.5% 0.61% -
HSV(B) 68.32º 0.49% 0.8% -
XYZ 45.82 55.74 21.44 -
YUV 189.3 79.86 129.21 -
System Red Green Blue C M Y K H S L
Decimal 191 205 104 0.07 0 0.49 0.20 68.32 0.5 0.61
Hex BF CD 68 7 0 31 14 44 32 3D
Octal 277 315 150 7 0 61 24 104 62 75
Binary 10111111 11001101 1101000 111 0 110001 10100 1000100 110010 111101

Color Harmonies of #BFCD68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCD68

Black with #BFCD68

Text Example


Text Example

White with #BFCD68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCD68; }

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

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

background-color css

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

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

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

border-color css

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

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

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