Html Css Color HEX #BDC85F Wild Willow

📋 copy color: '#BDC85F'

red 189 ◦ green 200 ◦ blue 95

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

Shades of Wild Willow #BDC85F

Tints of Wild Willow #BDC85F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 19.63%

R = 39.05%
G = 41.32%
B = 19.63%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#BDC85F (or 0xBDC85F) is known color: Wild Willow. HEX triplet: BD, C8 and 5F. RGB value is (189,200,95). Sum of RGB (Red+Green+Blue) = 189+200+95=484 (64% of max value = 765). Red value is 189 (74.22% from 255 or 39.05% from 484); Green value is 200 (78.52% from 255 or 41.32% from 484); Blue value is 95 (37.5% from 255 or 19.63% from 484); Max value from RGB is 200 - color contains mainly: green. Hex color #BDC85F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC85F is #4237A0. Grayscale: #B9B9B9. Windows color (decimal): -4339617 or 6277309. OLE color: 6277309.

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

Color convert

RGB 189 200 95 -
CMYK 0.06 0 0.52 0.22
HSL 66.29º 0.49% 0.58% -
HSV(B) 66.29º 0.53% 0.78% -
XYZ 43.71 52.95 18.74 -
YUV 184.74 77.36 131.04 -
System Red Green Blue C M Y K H S L
Decimal 189 200 95 0.06 0 0.52 0.22 66.29 0.49 0.58
Hex BD C8 5F 6 0 34 16 42 31 3A
Octal 275 310 137 6 0 64 26 102 61 72
Binary 10111101 11001000 1011111 110 0 110100 10110 1000010 110001 111010

Color Harmonies of #BDC85F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC85F

Black with #BDC85F

Text Example


Text Example

White with #BDC85F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC85F; }

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

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

background-color css

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

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

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

border-color css

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

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

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