Html Css Color HEX #BDC261 Wild Willow

📋 copy color: '#BDC261'

red 189 ◦ green 194 ◦ blue 97

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

Shades of Wild Willow #BDC261

Tints of Wild Willow #BDC261

RGB

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

 GREEN value IS 194 (76.17% from 255) = 40.42%

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

R = 39.38%
G = 40.42%
B = 20.21%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#BDC261 (or 0xBDC261) is known color: Wild Willow. HEX triplet: BD, C2 and 61. RGB value is (189,194,97). Sum of RGB (Red+Green+Blue) = 189+194+97=480 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.38% from 480); Green value is 194 (76.17% from 255 or 40.42% from 480); Blue value is 97 (38.28% from 255 or 20.21% from 480); Max value from RGB is 194 - color contains mainly: green. Hex color #BDC261 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC261 is #423D9E. Grayscale: #B5B5B5. Windows color (decimal): -4341151 or 6406845. OLE color: 6406845.

HSL color Cylindrical-coordinate representation of color #BDC261: hue angle of 63.09º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BDC261 is Cyan = 0.03, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB 189 194 97 -
CMYK 0.03 0 0.50 0.24
HSL 63.09º 0.44% 0.57% -
HSV(B) 63.09º 0.5% 0.76% -
XYZ 42.44 50.27 18.77 -
YUV 181.45 80.34 133.39 -
System Red Green Blue C M Y K H S L
Decimal 189 194 97 0.03 0 0.50 0.24 63.09 0.44 0.57
Hex BD C2 61 3 0 32 18 3F 2C 39
Octal 275 302 141 3 0 62 30 77 54 71
Binary 10111101 11000010 1100001 11 0 110010 11000 111111 101100 111001

Color Harmonies of #BDC261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC261

Black with #BDC261

Text Example


Text Example

White with #BDC261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC261; }

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

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

background-color css

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

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

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

border-color css

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

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

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