Html Css Color HEX #BDC961 Wild Willow

📋 copy color: '#BDC961'

red 189 ◦ green 201 ◦ blue 97

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

Shades of Wild Willow #BDC961

Tints of Wild Willow #BDC961

RGB

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

 GREEN value IS 201 (78.91% from 255) = 41.27%

 BLUE value IS 97 (38.28% from 255) = 19.92%

R = 38.81%
G = 41.27%
B = 19.92%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.52

 K value IS 0.21

RGB Variations

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

Color information

#BDC961 (or 0xBDC961) is known color: Wild Willow. HEX triplet: BD, C9 and 61. RGB value is (189,201,97). Sum of RGB (Red+Green+Blue) = 189+201+97=487 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.81% from 487); Green value is 201 (78.91% from 255 or 41.27% from 487); Blue value is 97 (38.28% from 255 or 19.92% from 487); Max value from RGB is 201 - color contains mainly: green. Hex color #BDC961 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC961 is #42369E. Grayscale: #B9B9B9. Windows color (decimal): -4339359 or 6408637. OLE color: 6408637.

HSL color Cylindrical-coordinate representation of color #BDC961: hue angle of 66.92º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BDC961 is Cyan = 0.06, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.21.

Color convert

RGB 189 201 97 -
CMYK 0.06 0 0.52 0.21
HSL 66.92º 0.49% 0.58% -
HSV(B) 66.92º 0.52% 0.79% -
XYZ 44.03 53.46 19.31 -
YUV 185.56 78.02 130.46 -
System Red Green Blue C M Y K H S L
Decimal 189 201 97 0.06 0 0.52 0.21 66.92 0.49 0.58
Hex BD C9 61 6 0 34 15 43 31 3A
Octal 275 311 141 6 0 64 25 103 61 72
Binary 10111101 11001001 1100001 110 0 110100 10101 1000011 110001 111010

Color Harmonies of #BDC961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC961

Black with #BDC961

Text Example


Text Example

White with #BDC961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC961; }

 p { color: rgb(189,201,97); }

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

background-color css

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

 a { background-color: rgb(189,201,97); }

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

border-color css

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

 span { border-color: rgb(189,201,97); }

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