Html Css Color HEX #BDCF65 Wild Willow

📋 copy color: '#BDCF65'

red 189 ◦ green 207 ◦ blue 101

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

Shades of Wild Willow #BDCF65

Tints of Wild Willow #BDCF65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 20.32%

R = 38.03%
G = 41.65%
B = 20.32%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.51

 K value IS 0.19

RGB Variations

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

Color information

#BDCF65 (or 0xBDCF65) is known color: Wild Willow. HEX triplet: BD, CF and 65. RGB value is (189,207,101). Sum of RGB (Red+Green+Blue) = 189+207+101=497 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.03% from 497); Green value is 207 (81.25% from 255 or 41.65% from 497); Blue value is 101 (39.84% from 255 or 20.32% from 497); Max value from RGB is 207 - color contains mainly: green. Hex color #BDCF65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDCF65 is #42309A. Grayscale: #BDBDBD. Windows color (decimal): -4337819 or 6672317. OLE color: 6672317.

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

Color convert

RGB 189 207 101 -
CMYK 0.09 0 0.51 0.19
HSL 70.19º 0.52% 0.6% -
HSV(B) 70.19º 0.51% 0.81% -
XYZ 45.65 56.38 20.79 -
YUV 189.53 78.04 127.62 -
System Red Green Blue C M Y K H S L
Decimal 189 207 101 0.09 0 0.51 0.19 70.19 0.52 0.6
Hex BD CF 65 9 0 33 13 46 34 3C
Octal 275 317 145 11 0 63 23 106 64 74
Binary 10111101 11001111 1100101 1001 0 110011 10011 1000110 110100 111100

Color Harmonies of #BDCF65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCF65

Black with #BDCF65

Text Example


Text Example

White with #BDCF65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCF65; }

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

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

background-color css

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

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

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

border-color css

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

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

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