Html Css Color HEX #BDC058 Wild Willow

📋 copy color: '#BDC058'

red 189 ◦ green 192 ◦ blue 88

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

Shades of Wild Willow #BDC058

Tints of Wild Willow #BDC058

RGB

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

 GREEN value IS 192 (75.39% from 255) = 40.94%

 BLUE value IS 88 (34.77% from 255) = 18.76%

R = 40.3%
G = 40.94%
B = 18.76%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#BDC058 (or 0xBDC058) is known color: Wild Willow. HEX triplet: BD, C0 and 58. RGB value is (189,192,88). Sum of RGB (Red+Green+Blue) = 189+192+88=469 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.30% from 469); Green value is 192 (75.39% from 255 or 40.94% from 469); Blue value is 88 (34.77% from 255 or 18.76% from 469); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC058 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC058 is #423FA7. Grayscale: #B3B3B3. Windows color (decimal): -4341672 or 5816509. OLE color: 5816509.

HSL color Cylindrical-coordinate representation of color #BDC058: hue angle of 61.73º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BDC058 is Cyan = 0.02, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.25.

Color convert

RGB 189 192 88 -
CMYK 0.02 0 0.54 0.25
HSL 61.73º 0.45% 0.55% -
HSV(B) 61.73º 0.54% 0.75% -
XYZ 41.6 49.22 16.54 -
YUV 179.25 76.51 134.96 -
System Red Green Blue C M Y K H S L
Decimal 189 192 88 0.02 0 0.54 0.25 61.73 0.45 0.55
Hex BD C0 58 2 0 36 19 3E 2D 37
Octal 275 300 130 2 0 66 31 76 55 67
Binary 10111101 11000000 1011000 10 0 110110 11001 111110 101101 110111

Color Harmonies of #BDC058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC058

Black with #BDC058

Text Example


Text Example

White with #BDC058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC058; }

 p { color: rgb(189,192,88); }

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

background-color css

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

 a { background-color: rgb(189,192,88); }

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

border-color css

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

 span { border-color: rgb(189,192,88); }

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