Html Css Color HEX #BDC955 Wild Willow

📋 copy color: '#BDC955'

red 189 ◦ green 201 ◦ blue 85

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

Shades of Wild Willow #BDC955

Tints of Wild Willow #BDC955

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 17.89%

R = 39.79%
G = 42.32%
B = 17.89%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.58

 K value IS 0.21

RGB Variations

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

Color information

#BDC955 (or 0xBDC955) is known color: Wild Willow. HEX triplet: BD, C9 and 55. RGB value is (189,201,85). Sum of RGB (Red+Green+Blue) = 189+201+85=475 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.79% from 475); Green value is 201 (78.91% from 255 or 42.32% from 475); Blue value is 85 (33.59% from 255 or 17.89% from 475); Max value from RGB is 201 - color contains mainly: green. Hex color #BDC955 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC955 is #4236AA. Grayscale: #B8B8B8. Windows color (decimal): -4339371 or 5622205. OLE color: 5622205.

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

Color convert

RGB 189 201 85 -
CMYK 0.06 0 0.58 0.21
HSL 66.21º 0.52% 0.56% -
HSV(B) 66.21º 0.58% 0.79% -
XYZ 43.51 53.25 16.58 -
YUV 184.19 72.02 131.43 -
System Red Green Blue C M Y K H S L
Decimal 189 201 85 0.06 0 0.58 0.21 66.21 0.52 0.56
Hex BD C9 55 6 0 3A 15 42 34 38
Octal 275 311 125 6 0 72 25 102 64 70
Binary 10111101 11001001 1010101 110 0 111010 10101 1000010 110100 111000

Color Harmonies of #BDC955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC955

Black with #BDC955

Text Example


Text Example

White with #BDC955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC955; }

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

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

background-color css

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

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

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

border-color css

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

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

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