Html Css Color HEX #BDCF64 Wild Willow

📋 copy color: '#BDCF64'

red 189 ◦ green 207 ◦ blue 100

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

Shades of Wild Willow #BDCF64

Tints of Wild Willow #BDCF64

RGB

 RED value IS 189 (74.22% from 255) = 38.1%

 GREEN value IS 207 (81.25% from 255) = 41.73%

 BLUE value IS 100 (39.45% from 255) = 20.16%

R = 38.1%
G = 41.73%
B = 20.16%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.52

 K value IS 0.19

RGB Variations

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

Color information

#BDCF64 (or 0xBDCF64) is known color: Wild Willow. HEX triplet: BD, CF and 64. RGB value is (189,207,100). Sum of RGB (Red+Green+Blue) = 189+207+100=496 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.10% from 496); Green value is 207 (81.25% from 255 or 41.73% from 496); Blue value is 100 (39.45% from 255 or 20.16% from 496); Max value from RGB is 207 - color contains mainly: green. Hex color #BDCF64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDCF64 is #42309B. Grayscale: #BDBDBD. Windows color (decimal): -4337820 or 6606781. OLE color: 6606781.

HSL color Cylindrical-coordinate representation of color #BDCF64: hue angle of 70.09º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BDCF64 is Cyan = 0.09, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.19.

Color convert

RGB 189 207 100 -
CMYK 0.09 0 0.52 0.19
HSL 70.09º 0.53% 0.6% -
HSV(B) 70.09º 0.52% 0.81% -
XYZ 45.6 56.36 20.53 -
YUV 189.42 77.54 127.7 -
System Red Green Blue C M Y K H S L
Decimal 189 207 100 0.09 0 0.52 0.19 70.09 0.53 0.6
Hex BD CF 64 9 0 34 13 46 35 3C
Octal 275 317 144 11 0 64 23 106 65 74
Binary 10111101 11001111 1100100 1001 0 110100 10011 1000110 110101 111100

Color Harmonies of #BDCF64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCF64

Black with #BDCF64

Text Example


Text Example

White with #BDCF64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCF64; }

 p { color: rgb(189,207,100); }

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

background-color css

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

 a { background-color: rgb(189,207,100); }

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

border-color css

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

 span { border-color: rgb(189,207,100); }

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