Html Css Color HEX #BDC855 Wild Willow

📋 copy color: '#BDC855'

red 189 ◦ green 200 ◦ blue 85

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

Shades of Wild Willow #BDC855

Tints of Wild Willow #BDC855

RGB

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

 GREEN value IS 200 (78.52% from 255) = 42.19%

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

R = 39.87%
G = 42.19%
B = 17.93%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.58

 K value IS 0.22

RGB Variations

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

Color information

#BDC855 (or 0xBDC855) is known color: Wild Willow. HEX triplet: BD, C8 and 55. RGB value is (189,200,85). Sum of RGB (Red+Green+Blue) = 189+200+85=474 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.87% from 474); Green value is 200 (78.52% from 255 or 42.19% from 474); Blue value is 85 (33.59% from 255 or 17.93% from 474); Max value from RGB is 200 - color contains mainly: green. Hex color #BDC855 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC855 is #4237AA. Grayscale: #B8B8B8. Windows color (decimal): -4339627 or 5621949. OLE color: 5621949.

HSL color Cylindrical-coordinate representation of color #BDC855: hue angle of 65.74º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BDC855 is Cyan = 0.06, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.22.

Color convert

RGB 189 200 85 -
CMYK 0.06 0 0.58 0.22
HSL 65.74º 0.51% 0.56% -
HSV(B) 65.74º 0.58% 0.78% -
XYZ 43.28 52.78 16.5 -
YUV 183.6 72.36 131.85 -
System Red Green Blue C M Y K H S L
Decimal 189 200 85 0.06 0 0.58 0.22 65.74 0.51 0.56
Hex BD C8 55 6 0 3A 16 42 33 38
Octal 275 310 125 6 0 72 26 102 63 70
Binary 10111101 11001000 1010101 110 0 111010 10110 1000010 110011 111000

Color Harmonies of #BDC855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC855

Black with #BDC855

Text Example


Text Example

White with #BDC855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC855; }

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

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

background-color css

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

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

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

border-color css

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

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

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