Html Css Color HEX #BDC86B Wild Willow

📋 copy color: '#BDC86B'

red 189 ◦ green 200 ◦ blue 107

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

Shades of Wild Willow #BDC86B

Tints of Wild Willow #BDC86B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 21.57%

R = 38.1%
G = 40.32%
B = 21.57%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.46

 K value IS 0.22

RGB Variations

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

Color information

#BDC86B (or 0xBDC86B) is known color: Wild Willow. HEX triplet: BD, C8 and 6B. RGB value is (189,200,107). Sum of RGB (Red+Green+Blue) = 189+200+107=496 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.10% from 496); Green value is 200 (78.52% from 255 or 40.32% from 496); Blue value is 107 (42.19% from 255 or 21.57% from 496); Max value from RGB is 200 - color contains mainly: green. Hex color #BDC86B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC86B is #423794. Grayscale: #BABABA. Windows color (decimal): -4339605 or 7063741. OLE color: 7063741.

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

Color convert

RGB 189 200 107 -
CMYK 0.06 0 0.46 0.22
HSL 67.1º 0.46% 0.6% -
HSV(B) 67.1º 0.47% 0.78% -
XYZ 44.29 53.19 21.84 -
YUV 186.11 83.36 130.06 -
System Red Green Blue C M Y K H S L
Decimal 189 200 107 0.06 0 0.46 0.22 67.1 0.46 0.6
Hex BD C8 6B 6 0 2E 16 43 2E 3C
Octal 275 310 153 6 0 56 26 103 56 74
Binary 10111101 11001000 1101011 110 0 101110 10110 1000011 101110 111100

Color Harmonies of #BDC86B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC86B

Black with #BDC86B

Text Example


Text Example

White with #BDC86B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC86B; }

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

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

background-color css

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

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

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

border-color css

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

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

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