Html Css Color HEX #BDC956 Wild Willow

📋 copy color: '#BDC956'

red 189 ◦ green 201 ◦ blue 86

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

Shades of Wild Willow #BDC956

Tints of Wild Willow #BDC956

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 18.07%

R = 39.71%
G = 42.23%
B = 18.07%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.57

 K value IS 0.21

RGB Variations

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

Color information

#BDC956 (or 0xBDC956) is known color: Wild Willow. HEX triplet: BD, C9 and 56. RGB value is (189,201,86). Sum of RGB (Red+Green+Blue) = 189+201+86=476 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.71% from 476); Green value is 201 (78.91% from 255 or 42.23% from 476); Blue value is 86 (33.98% from 255 or 18.07% from 476); Max value from RGB is 201 - color contains mainly: green. Hex color #BDC956 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC956 is #4236A9. Grayscale: #B8B8B8. Windows color (decimal): -4339370 or 5687741. OLE color: 5687741.

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

Color convert

RGB 189 201 86 -
CMYK 0.06 0 0.57 0.21
HSL 66.26º 0.52% 0.56% -
HSV(B) 66.26º 0.57% 0.79% -
XYZ 43.55 53.26 16.79 -
YUV 184.3 72.52 131.35 -
System Red Green Blue C M Y K H S L
Decimal 189 201 86 0.06 0 0.57 0.21 66.26 0.52 0.56
Hex BD C9 56 6 0 39 15 42 34 38
Octal 275 311 126 6 0 71 25 102 64 70
Binary 10111101 11001001 1010110 110 0 111001 10101 1000010 110100 111000

Color Harmonies of #BDC956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC956

Black with #BDC956

Text Example


Text Example

White with #BDC956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC956; }

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

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

background-color css

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

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

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

border-color css

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

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

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